emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104637: * info.el (Info-apropos-toc-


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

------------------------------------------------------------
revno: 104637
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-19 14:42:06 -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-19 14:32:12 +0000
+++ b/lisp/ChangeLog    2011-06-19 18:42:06 +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-19  Martin Rudalics  <address@hidden>
 
        * window.el (display-buffer-other-window-means-other-frame):

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-04-05 15:08:28 +0000
+++ b/lisp/info.el      2011-06-19 18:42:06 +0000
@@ -3230,7 +3230,7 @@
 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)


reply via email to

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