(Info-index-next): Use "(`,' tries to find next)" for
authorKai Großjohann <kgrossjo@eu.uu.net>
Wed, 22 Jan 2003 10:43:36 +0000 (10:43 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Wed, 22 Jan 2003 10:43:36 +0000 (10:43 +0000)
more matches for consistency with standalone info browser.

lisp/ChangeLog
lisp/info.el

index ab36fd9..295b048 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * info.el (Info-index-next): Use "(`,' tries to find next)" for
+       more matches for consistency with standalone info browser.
+
 2003-01-22  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el
index ed323d6..92e0eeb 100644 (file)
@@ -1995,7 +1995,7 @@ Give a blank topic name to go to the Index node itself."
           (car (car Info-index-alternatives))
           (nth 2 (car Info-index-alternatives))
           (if (cdr Info-index-alternatives)
-              "(Press `,' for more)"
+              "(`,' tries to find next)"
             "(Only match)")))
 
 (defun Info-find-index-name (name)