emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100602: * info.el (Info-apropos-t


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100602: * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
Date: Sun, 19 Jun 2011 14:42:23 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100602
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2011-06-19 14:42:23 -0400
message:
  * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-18 19:23:43 +0000
+++ b/lisp/ChangeLog    2011-06-19 18:42:23 +0000
@@ -1,3 +1,7 @@
+2011-06-19  Chong Yidong  <address@hidden>
+
+       * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
+
 2011-06-18  Chong Yidong  <address@hidden>
 
        * textmodes/fill.el (default-justification): Add :safe (Bug#8879).

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-03-16 00:00:58 +0000
+++ b/lisp/info.el      2011-06-19 18:42:23 +0000
@@ -2063,7 +2063,7 @@
               ))
 
 (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)))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]