Mercurial > hg > xemacs-beta
diff src/editfns.c @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | 7e54bd776075 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/editfns.c Mon Aug 13 08:55:32 2007 +0200 +++ b/src/editfns.c Mon Aug 13 08:56:04 2007 +0200 @@ -920,10 +920,11 @@ static long difftm (CONST struct tm *a, CONST struct tm *b); -DEFUN ("format-time-string", Fformat_time_string, 2, 2, 0, /* +DEFUN ("format-time-string", Fformat_time_string, 1, 2, 0, /* Use FORMAT-STRING to format the time TIME. TIME is specified as (HIGH LOW . IGNORED) or (HIGH . LOW), as from -`current-time' and `file-attributes'. +`current-time' and `file-attributes'. If TIME is not specified it +defaults to the current time. FORMAT-STRING may contain %-sequences to substitute parts of the time. %a is replaced by the abbreviated name of the day of week. %A is replaced by the full name of the day of week.