From 43255732987afe72427816a6899ab58159e56638 Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Sun, 20 Nov 2016 15:38:11 +0900 Subject: [PATCH] * 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 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. -- 2.11.4.GIT