Improve format-time-string doc
commit8ca6fa585add53db66fb17b151e67029d68cc9ef
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Oct 2017 01:25:18 +0000 (17 18:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Oct 2017 01:26:01 +0000 (17 18:26 -0700)
treedff09a39ff2611836ecae7d90a37503701cb87d9
parent2e1b3522b8562f94a98fed07aeddb6b5ba0dbc6c
Improve format-time-string doc

* doc/lispref/os.texi (Time Parsing): Fix some errors in the
documentation for format-time-string.  Document ^, #, %s, and %z
with colons.  Say that unrecognized sequences are output as-is.
* src/editfns.c (Fformat_time_string): %S can stand for 60.
Also mention unrecognized sequences.
doc/lispref/os.texi
src/editfns.c