Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ef080b16
Commit
ef080b16
authored
Mar 30, 2001
by
Eli Zaretskii
Browse files
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
parent
e4174a55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/time-stamp.el
lisp/time-stamp.el
+3
-2
No files found.
lisp/ChangeLog
View file @
ef080b16
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.
...
...
lisp/time-stamp.el
View file @
ef080b16
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment