From: Eli Zaretskii Date: Fri, 30 Mar 2001 10:33:09 +0000 (+0000) Subject: (time-stamp-format): Doc fix. From Paul Eggert . X-Git-Tag: emacs-pretest-21.0.101~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef080b16435816dcd84e47eb52319aa7f03c05bd;p=emacs.git (time-stamp-format): Doc fix. From Paul Eggert . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e62b7920481..d7360a59d4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-30 Eli Zaretskii + + * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert + . + 2001-03-30 Dave Love * 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'. 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'