* src/editfns.c (format-time-string): Mention %q in doc string.

This commit is contained in:
Tino Calancha 2016-11-20 15:38:11 +09:00
parent b81bb485ea
commit 4325573298

View file

@ -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 (14).
%M is the minute.
%S is the second.
%N is the nanosecond, %6N the microsecond, %3N the millisecond, etc.