diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-01-29 16:58:40 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-01-29 16:58:40 +0000 |
commit | 0e42b8323a830dd9a68ba6cb90a28e84d53adc58 (patch) | |
tree | b0437aa83c6e8ccce7ee28d2470f165c4d902844 /lisp | |
parent | 3288a8bd170984c2487920d62726e4c1dca3ffb7 (diff) | |
download | emacs-0e42b8323a830dd9a68ba6cb90a28e84d53adc58.tar.gz |
(time-stamp-string): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/time-stamp.el | 3 |
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) |