aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-06-19 14:42:06 -0400
committerChong Yidong2011-06-19 14:42:06 -0400
commitd264a46ba277cf7bb66609e4b99deb351c78de80 (patch)
treef37d6faaf6f91e4ea3f077243f77c38ac0e6c1dc
parentaffa9d2b30dab558bcba32a204500a848ed2e052 (diff)
downloademacs-d264a46ba277cf7bb66609e4b99deb351c78de80.tar.gz
emacs-d264a46ba277cf7bb66609e4b99deb351c78de80.zip
* 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 f268646cda2..394698bad5f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-06-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4
12011-06-19 Martin Rudalics <rudalics@gmx.at> 52011-06-19 Martin Rudalics <rudalics@gmx.at>
2 6
3 * window.el (display-buffer-other-window-means-other-frame): 7 * window.el (display-buffer-other-window-means-other-frame):
diff --git a/lisp/info.el b/lisp/info.el
index 796fd7e2256..bca41c29d0f 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',
3230MATCHES is a list of index matches found by `Info-apropos-matches'.") 3230MATCHES is a list of index matches found by `Info-apropos-matches'.")
3231 3231
3232(defun Info-apropos-toc-nodes (filename) 3232(defun Info-apropos-toc-nodes (filename)
3233 "Apropos-specific implementation of `Info-apropos-toc-nodes'." 3233 "Apropos-specific implementation of `Info-toc-nodes'."
3234 (let ((nodes (mapcar 'car (reverse Info-apropos-nodes)))) 3234 (let ((nodes (mapcar 'car (reverse Info-apropos-nodes))))
3235 `(,filename 3235 `(,filename
3236 ("Top" nil nil ,nodes) 3236 ("Top" nil nil ,nodes)