# HG changeset patch # User Eli Zaretskii # Date 985948261 0 # Node ID 15fc82d712ac61ab588a5c03b9f697f314bc3058 # Parent 27fa72d070c0e5ef402cef6608d0ae788d40be1a (time-stamp-format): Doc fix. From Paul Eggert . diff -r 27fa72d070c0 -r 15fc82d712ac lisp/time-stamp.el --- 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'