From d264a46ba277cf7bb66609e4b99deb351c78de80 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 19 Jun 2011 14:42:06 -0400 Subject: [PATCH] * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). --- lisp/ChangeLog | 4 ++++ lisp/info.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f268646cda2..394698bad5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-19 Chong Yidong + + * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833). + 2011-06-19 Martin Rudalics * 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', 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) -- 2.39.2