From c702ed73437a452323b8e4c47377d1e7b7587575 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Wed, 22 Jan 2003 10:43:36 +0000 Subject: [PATCH] (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. --- lisp/ChangeLog | 5 +++++ lisp/info.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.2