]> code.delx.au - gnu-emacs/commitdiff
(info, Info-mode): Doc fix.
authorJuri Linkov <juri@jurta.org>
Wed, 30 Jul 2008 17:17:13 +0000 (17:17 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 30 Jul 2008 17:17:13 +0000 (17:17 +0000)
lisp/ChangeLog
lisp/info.el

index 597f35b2c6991a18c23807a71b9fe4768eeebc8f..3ff09a26e67240dca75bd645287563fdbb437fab 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-30  Juri Linkov  <juri@jurta.org>
 
+       * info.el (info, Info-mode): Doc fix.
+
        * isearch.el (isearch-mode-map): Bind `M-s r' to
        `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
        (search-map): Bind `M-s w' to `isearch-forward-word' globally
index 0a735843231b2243032448e0a8a4d34a63e61ccf..9f2935dfe3a1e2379dc4d9f90eeacc607b171e29 100644 (file)
@@ -543,7 +543,9 @@ appended to the Info buffer name.
 
 The search path for Info files is in the variable `Info-directory-list'.
 The top-level Info directory is made by combining all the files named `dir'
-in all the directories in that path."
+in all the directories in that path.
+
+See a list of available Info commands in `Info-mode'."
   (interactive (list
                 (if (and current-prefix-arg (not (numberp current-prefix-arg)))
                     (read-file-name "Info file name: " nil nil t))
@@ -3432,6 +3434,7 @@ Advanced commands:
 \\[Info-search-case-sensitively]       Search through this Info file for specified regexp case-sensitively.
 \\[Info-search-next]   Search for another occurrence of regexp
          from a previous \\<Info-mode-map>\\[Info-search] command.
+\\[isearch-forward], \\[isearch-forward-regexp]        Use Isearch to search through multiple Info nodes.
 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
 \\[Info-index-next]    (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
 \\[info-apropos]       Look for a string in the indices of all manuals.