emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 0bb42ef: ; * lisp/time-stamp.el (time-stamp-format): Doc string


From: Stephen Gildea
Subject: emacs-28 0bb42ef: ; * lisp/time-stamp.el (time-stamp-format): Doc string.
Date: Sun, 3 Oct 2021 15:23:59 -0400 (EDT)

branch: emacs-28
commit 0bb42ef80357c86ea7dd6a2bccaff111bc83b65d
Author: Stephen Gildea <stepheng+emacs@gildea.com>
Commit: Stephen Gildea <stepheng+emacs@gildea.com>

    ; * lisp/time-stamp.el (time-stamp-format): Doc string.
---
 lisp/time-stamp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index e1ea922..178e490 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -59,7 +59,7 @@ with %, as follows.
 %#p  `am' or `pm'                       %P  gives uppercase: `AM' or `PM'
 %02S seconds
 %w   day number of week, Sunday is 0
-%02y 2-digit year: `03'                 %Y  4-digit year: `2003'
+%02y 2-digit year                       %Y  4-digit year
 %Z   time zone name: `EST'              %#Z gives lowercase: `est'
 %5z  time zone offset: `-0500' (since Emacs 27; see note below)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]