]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/editfns.c (format-time-string): Mention %q in doc string.
authorTino Calancha <tino.calancha@gmail.com>
Sun, 20 Nov 2016 06:38:11 +0000 (15:38 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 20 Nov 2016 06:38:11 +0000 (15:38 +0900)
src/editfns.c

index 70c53830515fc61a99615060485bd7b412d33a08..72c7a9c27c99b91cb9d65f9f8d342e5490eb5cbd 100644 (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 (1–4).
 %M is the minute.
 %S is the second.
 %N is the nanosecond, %6N the microsecond, %3N the millisecond, etc.