(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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue