aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKai Großjohann <[email protected]>2003-01-22 10:43:36 +0000
committerKai Großjohann <[email protected]>2003-01-22 10:43:36 +0000
commitc702ed73437a452323b8e4c47377d1e7b7587575 (patch)
tree668dd37a376db20692d09294683b0bd787f7c2cc /lisp
parentb6c2aa59ebe8f5a902009d3c1195c6a4b5f3f483 (diff)
(Info-index-next): Use "(`,' tries to find next)" for
more matches for consistency with standalone info browser.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/info.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab36fd95c8..295b0485ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-22 Kai Gro,A_(Bjohann <[email protected]>
+
+ * info.el (Info-index-next): Use "(`,' tries to find next)" for
+ more matches for consistency with standalone info browser.
+
2003-01-22 Kenichi Handa <[email protected]>
* international/mule.el
diff --git a/lisp/info.el b/lisp/info.el
index ed323d6e7f..92e0eebaf2 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)