diff options
| author | Karl Heuer | 1997-10-02 03:10:12 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-10-02 03:10:12 +0000 |
| commit | 726ed0dab6d8cd08c7fe38d19cf7c8165cc22160 (patch) | |
| tree | 3c9453ed712a525562a82972c99bd4a9d897c802 /src/editfns.c | |
| parent | 99ea24de6749d72ef56a4673bdf2095a29cac8cc (diff) | |
| download | emacs-726ed0dab6d8cd08c7fe38d19cf7c8165cc22160.tar.gz emacs-726ed0dab6d8cd08c7fe38d19cf7c8165cc22160.zip | |
Repeat the argument list of format-time-string in the
comment for make-docstring.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 1 |
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\ |
| 856 | For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".") | 856 | For example, to produce full ISO 8601 format, use \"%Y-%m-%dT%T%z\".") |
| 857 | (format_string, time, universal) | ||
| 857 | */ | 858 | */ |
| 858 | 859 | ||
| 859 | DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0, | 860 | DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0, |