]> code.delx.au - gnu-emacs/commitdiff
* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 18:42:06 +0000 (14:42 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 19 Jun 2011 18:42:06 +0000 (14:42 -0400)
lisp/ChangeLog
lisp/info.el

index f268646cda28448e10c9ea67df55f0963ff7ba80..394698bad5fa347e4bf392853e0c2b45c89499c1 100644 (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-19  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (display-buffer-other-window-means-other-frame):
index 796fd7e2256797ff9e81980f8ee9deb09a5e9942..bca41c29d0f96b84d6e21bd89e9a3ab4ad148d67 100644 (file)
@@ -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)