diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/time-stamp.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c94fe9d0d57..85e71c65bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-05-05 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * time-stamp.el (time-stamp-format): Escape open parenthesis in | ||
| 4 | column 0. | ||
| 5 | |||
| 1 | 2002-05-04 Richard M. Stallman <rms@gnu.org> | 6 | 2002-05-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * toolbar/tool-bar.el (tool-bar-local-item-from-menu): | 8 | * toolbar/tool-bar.el (tool-bar-local-item-from-menu): |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 577faf80715..5fdebabcc79 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -54,7 +54,7 @@ A string is used verbatim except for character sequences beginning | |||
| 54 | with %, as follows. The values of non-numeric formatted items depend | 54 | with %, as follows. The values of non-numeric formatted items depend |
| 55 | on the locale setting recorded in `system-time-locale' and | 55 | on the locale setting recorded in `system-time-locale' and |
| 56 | `locale-coding-system'. The examples here are for the default | 56 | `locale-coding-system'. The examples here are for the default |
| 57 | (`C') locale. | 57 | \(`C') locale. |
| 58 | 58 | ||
| 59 | %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' | 59 | %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' |
| 60 | %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' | 60 | %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' |