diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-30 10:33:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-30 10:33:09 +0000 |
commit | ef080b16435816dcd84e47eb52319aa7f03c05bd (patch) | |
tree | bb78f606e12d0c83a645e7efaf41673f43048cc8 /lisp/time-stamp.el | |
parent | e4174a55e5e2a3e6090b33e136eee51bb3532cfd (diff) | |
download | emacs-ef080b16435816dcd84e47eb52319aa7f03c05bd.tar.gz |
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r-- | lisp/time-stamp.el | 5 |
1 files changed, 3 insertions, 2 deletions
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'. A string is used verbatim except for character sequences beginning with %, as follows. The values of non-numeric formatted items depend -on the locale setting recorded in `locale-coding-system'. The -examples here are for the default (`C') locale. +on the locale setting recorded in `system-time-locale' and +`locale-coding-system'. The examples here are for the default +(`C') locale. %:a weekday name: `Monday'. %#A gives uppercase: `MONDAY' %3a abbreviated weekday: `Mon'. %3A gives uppercase: `MON' |