changeset 49380:d2e3b9b256df

(Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Wed, 22 Jan 2003 10:43:36 +0000
parents 2f9fdf27ed04
children d1efc3239673
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 22 02:54:56 2003 +0000
+++ b/lisp/ChangeLog	Wed Jan 22 10:43:36 2003 +0000
@@ -1,3 +1,8 @@
+2003-01-22  Kai Gro,A_(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
--- a/lisp/info.el	Wed Jan 22 02:54:56 2003 +0000
+++ b/lisp/info.el	Wed Jan 22 10:43:36 2003 +0000
@@ -1995,7 +1995,7 @@
 	   (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)