From: Kai Großjohann Date: Wed, 22 Jan 2003 10:43:36 +0000 (+0000) Subject: (Info-index-next): Use "(`,' tries to find next)" for X-Git-Tag: ttn-vms-21-2-B4~11534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c702ed73437a452323b8e4c47377d1e7b7587575;p=emacs.git (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab36fd95c8e..295b0485ed0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/info.el b/lisp/info.el index ed323d6e7f0..92e0eebaf23 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)