# HG changeset patch # User Juri Linkov # Date 1129884586 0 # Node ID c12719e4ec89728d8f5faa223c9ea3639e98acb3 # Parent 8926d6f2f2674490470261795ab5c652ad2d7b3e (Info-index-next): Add total number of index alternatives to the message. diff -r 8926d6f2f267 -r c12719e4ec89 lisp/info.el --- 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)