From: Tino Calancha Date: Sun, 20 Nov 2016 06:38:11 +0000 (+0900) Subject: * src/editfns.c (format-time-string): Mention %q in doc string. X-Git-Tag: emacs-26.0.90~1295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43255732987afe72427816a6899ab58159e56638;p=emacs.git * src/editfns.c (format-time-string): Mention %q in doc string. --- diff --git a/src/editfns.c b/src/editfns.c index 70c53830515..72c7a9c27c9 100644 --- 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.