aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-10-02 03:10:12 +0000
committerKarl Heuer1997-10-02 03:10:12 +0000
commit726ed0dab6d8cd08c7fe38d19cf7c8165cc22160 (patch)
tree3c9453ed712a525562a82972c99bd4a9d897c802
parent99ea24de6749d72ef56a4673bdf2095a29cac8cc (diff)
downloademacs-726ed0dab6d8cd08c7fe38d19cf7c8165cc22160.tar.gz
emacs-726ed0dab6d8cd08c7fe38d19cf7c8165cc22160.zip
Repeat the argument list of format-time-string in the
comment for make-docstring.
-rw-r--r--src/editfns.c1
1 files changed, 1 insertions, 0 deletions
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\
854%OX is like %X, but uses the locale's number symbols.\n\ 854%OX is like %X, but uses the locale's number symbols.\n\
855\n\ 855\n\
856For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".") 856For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".")
857 (format_string, time, universal)
857*/ 858*/
858 859
859DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0, 860DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0,