+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):
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)