]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-stamp-string): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:59:08 +0000 (16:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:59:08 +0000 (16:59 +0000)
lisp/ChangeLog
lisp/time-stamp.el

index f5a003ca77726720600744b52b936079e6a0405b..04b97338b60180bd928a3cb2ae1ab310ee1e32b7 100644 (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>.
 
index a6dcec78050638818a3d07bd26b9a99d278a5be6..1de7e5ad5ec112d519e190c069591cfceefe0bbb 100644 (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)