emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 26 May 2006 20:09:58 +0000

Index: emacs/lisp/info.el
diff -u emacs/lisp/info.el:1.485 emacs/lisp/info.el:1.486
--- emacs/lisp/info.el:1.485    Sat May 20 20:16:59 2006
+++ emacs/lisp/info.el  Fri May 26 20:09:58 2006
@@ -2866,8 +2866,11 @@
           (car (car Info-index-alternatives))
           (nth 2 (car Info-index-alternatives))
           (if (cdr Info-index-alternatives)
-              (format "(%s total; use `,' for next)"
-                      (length Info-index-alternatives))
+              (format "(%s total; use `%s' for next)"
+                      (length Info-index-alternatives)
+                      (key-description (where-is-internal
+                                        'Info-index-next overriding-local-map
+                                        t)))
             "(Only match)")))
 
 (defun Info-find-index-name (name)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]