* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
This commit is contained in:
parent
affa9d2b30
commit
d264a46ba2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue