Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c702ed73
Commit
c702ed73
authored
Jan 22, 2003
by
Kai Großjohann
Browse files
(Info-index-next): Use "(`,' tries to find next)" for
more matches for consistency with standalone info browser.
parent
b6c2aa59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/ChangeLog
View file @
c702ed73
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
...
...
lisp/info.el
View file @
c702ed73
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment