From 75bfc66716a6c33ca89be28457c1df991170bb83 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 7 Aug 2011 17:14:54 +0300 Subject: Minor doc fixes. Remove duplicate ChangeLog entries. * doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact that `dired-do-chmod' doesn't use the `chmod' program anymore. * lisp/faces.el (list-faces-display): Remove extra angle bracket from `help-mode-map'. * lisp/info.el (Info-history-toc-nodes): Doc fix. * lisp/longlines.el (longlines-mode): Doc fix. * src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:' to show the arg `TIME' instead of `TIMEVAL'. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/info.el') diff --git a/lisp/info.el b/lisp/info.el index 447c86b3e9e..191e75f9750 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2128,7 +2128,7 @@ If SAME-FILE is non-nil, do not move to a different Info file." )) (defun Info-history-toc-nodes (filename) - "History-specific implementation of `Info-history-toc-nodes'." + "History-specific implementation of `Info-toc-nodes'." `(,filename ("Top" nil nil nil))) -- cgit v1.2.1