From: Karl Heuer Date: Thu, 2 Oct 1997 03:10:12 +0000 (+0000) Subject: Repeat the argument list of format-time-string in the X-Git-Tag: emacs-20.3~3050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=726ed0dab6d8cd08c7fe38d19cf7c8165cc22160;p=emacs.git Repeat the argument list of format-time-string in the comment for make-docstring. --- diff --git a/src/editfns.c b/src/editfns.c index 8e53fc55ba8..13df66854a4 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -854,6 +854,7 @@ The modifiers are `E' and `O'. For certain characters X,\n\ %OX is like %X, but uses the locale's number symbols.\n\ \n\ For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".") + (format_string, time, universal) */ DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0,