mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
This commit is contained in:
parent
e4174a55e5
commit
ef080b1643
2 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue