diff options
| author | Karl Heuer | 1996-05-15 21:56:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-15 21:56:33 +0000 |
| commit | efa15de41d79506e104b47ed8a6015dc4cc3d9d4 (patch) | |
| tree | 6951d835183a78335a5572b98f99303f61659dc1 /src/editfns.c | |
| parent | a5e2ae0112c49ab972ecb214b6d11e83233e6148 (diff) | |
| download | emacs-efa15de41d79506e104b47ed8a6015dc4cc3d9d4.tar.gz emacs-efa15de41d79506e104b47ed8a6015dc4cc3d9d4.zip | |
(Fformat_time_string): Doc fix.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index 4c98e851e1d..dc5e7988f23 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -607,8 +607,7 @@ FORMAT-STRING may contain %-sequences to substitute parts of the time.\n\ | |||
| 607 | %A is replaced by the full name of the day of week.\n\ | 607 | %A is replaced by the full name of the day of week.\n\ |
| 608 | %b is replaced by the abbreviated name of the month.\n\ | 608 | %b is replaced by the abbreviated name of the month.\n\ |
| 609 | %B is replaced by the full name of the month.\n\ | 609 | %B is replaced by the full name of the month.\n\ |
| 610 | %c is a synonym for \"%x %X\".\n\ | 610 | %c stands for the preferred date/time format of the C locale.\n\ |
| 611 | %C is a locale-specific synonym, which defaults to \"%A, %B %e, %Y\" in the C locale.\n\ | ||
| 612 | %d is replaced by the day of month, zero-padded.\n\ | 611 | %d is replaced by the day of month, zero-padded.\n\ |
| 613 | %D is a synonym for \"%m/%d/%y\".\n\ | 612 | %D is a synonym for \"%m/%d/%y\".\n\ |
| 614 | %e is replaced by the day of month, blank-padded.\n\ | 613 | %e is replaced by the day of month, blank-padded.\n\ |