emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4325573: * src/editfns.c (format-time-string): Ment


From: Tino Calancha
Subject: [Emacs-diffs] master 4325573: * src/editfns.c (format-time-string): Mention %q in doc string.
Date: Sun, 20 Nov 2016 06:46:32 +0000 (UTC)

branch: master
commit 43255732987afe72427816a6899ab58159e56638
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * src/editfns.c (format-time-string): Mention %q in doc string.
---
 src/editfns.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/editfns.c b/src/editfns.c
index 70c5383..72c7a9c 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.



reply via email to

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