changeset 66279:c12719e4ec89

(Info-index-next): Add total number of index alternatives to the message.
author Juri Linkov <juri@jurta.org>
date Fri, 21 Oct 2005 08:49:46 +0000
parents 8926d6f2f267
children 843776c843bf
files lisp/info.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Fri Oct 21 08:48:53 2005 +0000
+++ b/lisp/info.el	Fri Oct 21 08:49:46 2005 +0000
@@ -2819,7 +2819,8 @@
 	   (car (car Info-index-alternatives))
 	   (nth 2 (car Info-index-alternatives))
 	   (if (cdr Info-index-alternatives)
-	       "(`,' tries to find next)"
+	       (format "(%s total; use `,' for next)"
+		       (length Info-index-alternatives))
 	     "(Only match)")))
 
 (defun Info-find-index-name (name)