From: Chong Yidong Date: Sun, 19 Jun 2011 18:42:06 +0000 (-0400) Subject: * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). X-Git-Tag: emacs-pretest-24.0.90~104^2~510 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/d264a46ba277cf7bb66609e4b99deb351c78de80 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f268646cda..394698bad5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-19 Chong Yidong + + * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). + 2011-06-19 Martin Rudalics * window.el (display-buffer-other-window-means-other-frame): diff --git a/lisp/info.el b/lisp/info.el index 796fd7e225..bca41c29d0 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)