]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:33:09 +0000 (10:33 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Mar 2001 10:33:09 +0000 (10:33 +0000)
lisp/ChangeLog
lisp/time-stamp.el

index e62b79204810c776f8c951771abfa86aa85b9a45..d7360a59d4cdcfb17a901af15e09a6fcdea5a8c5 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
+       <eggert@twinsun.com>.
+
 2001-03-30  Dave Love  <fx@gnu.org>
 
        * progmodes/fortran.el (fortran-comment-region): Fix typo.
index 1de7e5ad5ec112d519e190c069591cfceefe0bbb..c5129f3b651e22c6515a5087a8d4b6973e7aea38 100644 (file)
@@ -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'