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: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d264a46ba277cf7bb66609e4b99deb351c78de80;p=emacs.git * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f268646cda2..394698bad5f 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 796fd7e2256..bca41c29d0f 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)