* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).

This commit is contained in:
Chong Yidong 2011-06-19 14:42:23 -04:00
parent c9e799dbb1
commit 6a8230feb3
2 changed files with 5 additions and 1 deletions

View file

@ -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-18 Chong Yidong <cyd@stupidchicken.com>
* textmodes/fill.el (default-justification): Add :safe (Bug#8879).

View file

@ -2063,7 +2063,7 @@ If SAME-FILE is non-nil, do not move to a different Info file."
))
(defun Info-directory-toc-nodes (filename)
"Directory-specific implementation of Info-directory-toc-nodes."
"Directory-specific implementation of `Info-toc-nodes'."
`(,filename
("Top" nil nil nil)))