projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81bb48
)
* src/editfns.c (format-time-string): Mention %q in doc string.
author
Tino Calancha
<tino.calancha@gmail.com>
Sun, 20 Nov 2016 06:38:11 +0000
(15:38 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Sun, 20 Nov 2016 06:38:11 +0000
(15:38 +0900)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 70c53830515fc61a99615060485bd7b412d33a08..72c7a9c27c99b91cb9d65f9f8d342e5490eb5cbd 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2038,6
+2038,7
@@
by text that describes the specified date and time in TIME:
%H is the hour on a 24-hour clock, %I is on a 12-hour clock, %k is like %H
only blank-padded, %l is like %I blank-padded.
%p is the locale's equivalent of either AM or PM.
+%q is the calendar quarter (1–4).
%M is the minute.
%S is the second.
%N is the nanosecond, %6N the microsecond, %3N the millisecond, etc.