aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/time-stamp.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f5a003ca77..04b97338b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2001-01-29 Eli Zaretskii <[email protected]>
+ * time-stamp.el (time-stamp-string): Doc fix.
+
* woman.el (WoMan-log-1): Make the log buffer writable. From
Markus Rost <[email protected]>.
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index a6dcec7805..1de7e5ad5e 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)