aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2011-06-19 14:42:06 -0400
committerChong Yidong <[email protected]>2011-06-19 14:42:06 -0400
commitd264a46ba277cf7bb66609e4b99deb351c78de80 (patch)
treef37d6faaf6f91e4ea3f077243f77c38ac0e6c1dc
parentaffa9d2b30dab558bcba32a204500a848ed2e052 (diff)
* info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/info.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f268646cda..394698bad5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-19 Chong Yidong <[email protected]>
+
+ * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
+
2011-06-19 Martin Rudalics <[email protected]>
* window.el (display-buffer-other-window-means-other-frame):
diff --git a/lisp/info.el b/lisp/info.el
index 796fd7e225..bca41c29d0 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)