# HG changeset patch # User Karl Heuer # Date 875761812 0 # Node ID b89c59bccc68d4cd454879a2a8607be31fd608ba # Parent c9ed682ff86f1953849a7f8e74e6a23660379dd5 Repeat the argument list of format-time-string in the comment for make-docstring. diff -r c9ed682ff86f -r b89c59bccc68 src/editfns.c --- a/src/editfns.c Thu Oct 02 03:04:15 1997 +0000 +++ b/src/editfns.c Thu Oct 02 03:10:12 1997 +0000 @@ -854,6 +854,7 @@ %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,