diff lisp/time-stamp.el @ 35695:8bac5c752b89

(time-stamp-string): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 Jan 2001 16:58:40 +0000
parents c5a1cf50f5cd
children 15fc82d712ac
line wrap: on
line diff
--- a/lisp/time-stamp.el	Mon Jan 29 16:49:57 2001 +0000
+++ b/lisp/time-stamp.el	Mon Jan 29 16:58:40 2001 +0000
@@ -392,7 +392,8 @@
 
 (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)