aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2008-07-30 17:17:13 +0000
committerJuri Linkov <[email protected]>2008-07-30 17:17:13 +0000
commit88e1d519f02d7a54ec7f00b53dbff255325c3b30 (patch)
treefe4fbad4c1a31fb772b901e63ae4a7aa20576de1 /lisp/info.el
parent4f75e0823b5bc399f27a5eba9b437f99d1f5ef2f (diff)
(info, Info-mode): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 0a73584323..9f2935dfe3 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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.