diff options
| author | Eli Zaretskii | 2001-03-30 10:33:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 10:33:09 +0000 |
| commit | ef080b16435816dcd84e47eb52319aa7f03c05bd (patch) | |
| tree | bb78f606e12d0c83a645e7efaf41673f43048cc8 | |
| parent | e4174a55e5e2a3e6090b33e136eee51bb3532cfd (diff) | |
| download | emacs-ef080b16435816dcd84e47eb52319aa7f03c05bd.tar.gz emacs-ef080b16435816dcd84e47eb52319aa7f03c05bd.zip | |
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/time-stamp.el | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e62b7920481..d7360a59d4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert | ||
| 4 | <eggert@twinsun.com>. | ||
| 5 | |||
| 1 | 2001-03-30 Dave Love <fx@gnu.org> | 6 | 2001-03-30 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/fortran.el (fortran-comment-region): Fix typo. | 8 | * progmodes/fortran.el (fortran-comment-region): Fix typo. |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 1de7e5ad5ec..c5129f3b651 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -50,8 +50,9 @@ backward compatibility; see variable `time-stamp-old-format-warn'. | |||
| 50 | 50 | ||
| 51 | A string is used verbatim except for character sequences beginning | 51 | A string is used verbatim except for character sequences beginning |
| 52 | with %, as follows. The values of non-numeric formatted items depend | 52 | with %, as follows. The values of non-numeric formatted items depend |
| 53 | on the locale setting recorded in `locale-coding-system'. The | 53 | on the locale setting recorded in `system-time-locale' and |
| 54 | examples here are for the default (`C') locale. | 54 | `locale-coding-system'. The examples here are for the default |
| 55 | (`C') locale. | ||
| 55 | 56 | ||
| 56 | %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' | 57 | %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' |
| 57 | %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' | 58 | %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' |