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

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