summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-29 16:58:40 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-29 16:58:40 +0000
commit0e42b8323a830dd9a68ba6cb90a28e84d53adc58 (patch)
treeb0437aa83c6e8ccce7ee28d2470f165c4d902844
parent3288a8bd170984c2487920d62726e4c1dca3ffb7 (diff)
downloademacs-0e42b8323a830dd9a68ba6cb90a28e84d53adc58.tar.gz
(time-stamp-string): Doc fix.
-rw-r--r--lisp/time-stamp.el3
1 files changed, 2 insertions, 1 deletions
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)