From 6a8230feb314a144bfcf2356e73405143cc59227 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 19 Jun 2011 14:42:23 -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 d38aad95067..ca5a2f9f056 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-18 Chong Yidong * textmodes/fill.el (default-justification): Add :safe (Bug#8879). diff --git a/lisp/info.el b/lisp/info.el index 8fd0fc70096..cb07ef59df1 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2063,7 +2063,7 @@ If SAME-FILE is non-nil, do not move to a different Info file." )) (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))) -- 2.39.5