From e7b0deaf25c04c25d731424b79a908f3b180d30a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 16:59:08 +0000 Subject: [PATCH] (time-stamp-string): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/time-stamp.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5a003ca777..04b97338b60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-01-29 Eli Zaretskii + * time-stamp.el (time-stamp-string): Doc fix. + * woman.el (WoMan-log-1): Make the log buffer writable. From Markus Rost . diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index a6dcec78050..1de7e5ad5ec 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -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) -- 2.39.2