summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorStephen Gildea <stepheng+emacs@gildea.com>2021-10-03 12:22:23 -0700
committerStephen Gildea <stepheng+emacs@gildea.com>2021-10-03 12:23:31 -0700
commit0bb42ef80357c86ea7dd6a2bccaff111bc83b65d (patch)
tree86e31df10450f87d3f55faadfa6bd34f05fc40aa /lisp/time-stamp.el
parent732c70a0d9d8db6a2fd77a52185f9a76743b05a9 (diff)
downloademacs-0bb42ef80357c86ea7dd6a2bccaff111bc83b65d.tar.gz
emacs-0bb42ef80357c86ea7dd6a2bccaff111bc83b65d.tar.bz2
emacs-0bb42ef80357c86ea7dd6a2bccaff111bc83b65d.zip
; * lisp/time-stamp.el (time-stamp-format): Doc string.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r--lisp/time-stamp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index e1ea922d040..178e490fb7d 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)