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:
parent
b6c2aa59eb
commit
c702ed7343
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user