Mercurial > emacs
diff src/editfns.c @ 20023:b89c59bccc68
Repeat the argument list of format-time-string in the
comment for make-docstring.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 02 Oct 1997 03:10:12 +0000 |
| parents | 2e2b54ae9b9d |
| children | 328506fc1aa2 |
line wrap: on
line diff
--- 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,
