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
d264a46b
Commit
d264a46b
authored
Jun 19, 2011
by
Chong Yidong
Browse files
* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
parent
affa9d2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d264a46b
2011-06-19 Chong Yidong <cyd@stupidchicken.com>
* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2011-06-19 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-other-window-means-other-frame):
...
...
lisp/info.el
View file @
d264a46b
...
...
@@ -3230,7 +3230,7 @@ STRING is the search string given as an argument to `info-apropos',
MATCHES is a list of index matches found by `Info-apropos-matches'."
)
(
defun
Info-apropos-toc-nodes
(
filename
)
"Apropos-specific implementation of `Info-
apropos-
toc-nodes'."
"Apropos-specific implementation of `Info-toc-nodes'."
(
let
((
nodes
(
mapcar
'car
(
reverse
Info-apropos-nodes
))))
`
(
,
filename
(
"Top"
nil
nil
,
nodes
)
...
...
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