Mercurial > emacs
changeset 37083:15fc82d712ac
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 30 Mar 2001 10:31:01 +0000 |
parents | 27fa72d070c0 |
children | 2d4040d45326 |
files | lisp/time-stamp.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time-stamp.el Fri Mar 30 10:23:51 2001 +0000 +++ b/lisp/time-stamp.el Fri Mar 30 10:31:01 2001 +0000 @@ -50,8 +50,9 @@ 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'