emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sat, 04 Feb 2006 12:12:00 +0000

Index: emacs/lisp/info.el
diff -u emacs/lisp/info.el:1.473 emacs/lisp/info.el:1.474
--- emacs/lisp/info.el:1.473    Mon Jan 23 01:19:35 2006
+++ emacs/lisp/info.el  Sat Feb  4 12:12:00 2006
@@ -2775,11 +2775,11 @@
 
 ;;;###autoload
 (defun Info-index (topic)
-  "Look up a string TOPIC in the index for this file.
+  "Look up a string TOPIC in the index for this manual and go to that entry.
 If there are no exact matches to the specified topic, this chooses
 the first match which is a case-insensitive substring of a topic.
 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
-Give a blank topic name to go to the Index node itself."
+Give an empty topic name to go to the Index node itself."
   (interactive
    (list
     (let ((Info-complete-menu-buffer (clone-buffer))
@@ -3352,7 +3352,7 @@
 \\[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.
-\\[Info-index] Look up a topic in this file's Index and move to that node.
+\\[Info-index] Look up a topic in this manual's Index and move to that 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.
 \\[Info-goto-node]     Move to node specified by name.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]