1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(Info-index-next): Use "(`,' tries to find next)" for

more matches for consistency with standalone info browser.
This commit is contained in:
Kai Großjohann 2003-01-22 10:43:36 +00:00
parent b6c2aa59eb
commit c702ed7343
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
* info.el (Info-index-next): Use "(`,' tries to find next)" for
more matches for consistency with standalone info browser.
2003-01-22 Kenichi Handa <handa@m17n.org>
* international/mule.el

View File

@ -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)