1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(time-stamp-string): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-01-29 16:59:08 +00:00
parent 2b5f21c23c
commit e7b0deaf25
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
* time-stamp.el (time-stamp-string): Doc fix.
* woman.el (WoMan-log-1): Make the log buffer writable. From
Markus Rost <rost@math.ohio-state.edu>.

View file

@ -392,7 +392,8 @@ With arg, turn time stamping on if and only if arg is positive."
(defun time-stamp-string (&optional ts-format)
"Generate the new string to be inserted by \\[time-stamp].
Optionally use FORMAT."
Optionally use format TS-FORMAT instead of `time-stamp-format' to
format the string."
(or ts-format
(setq ts-format time-stamp-format))
(if (stringp ts-format)