# HG changeset patch # User Kai Grojohann # Date 1043232216 0 # Node ID d2e3b9b256df5562a432b090236839fe2c192051 # Parent 2f9fdf27ed0449b0bcc1c005b47f7b34b236acff (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. diff -r 2f9fdf27ed04 -r d2e3b9b256df lisp/ChangeLog --- 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 + + * info.el (Info-index-next): Use "(`,' tries to find next)" for + more matches for consistency with standalone info browser. + 2003-01-22 Kenichi Handa * international/mule.el diff -r 2f9fdf27ed04 -r d2e3b9b256df lisp/info.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)