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'. --- src/editfns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/editfns.c') diff --git a/src/editfns.c b/src/editfns.c index 577263c5ae..5eed386afb 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1695,7 +1695,9 @@ The modifiers are `E' and `O'. For certain characters X, %EX is a locale's alternative version of %X; %OX is like %X, but uses the locale's number symbols. -For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z". */) +For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z". + +usage: (format-time-string FORMAT-STRING &optional TIME UNIVERSAL) */) (Lisp_Object format_string, Lisp_Object timeval, Lisp_Object universal) { time_t value; -- cgit v1.2.3