# HG changeset patch # User Eli Zaretskii # Date 980787520 0 # Node ID 8bac5c752b8913911ebf07b7495818050c187d79 # Parent c88c651ff00c8ba9a7c52f9b2a8d8ef22c459e5e (time-stamp-string): Doc fix. diff -r c88c651ff00c -r 8bac5c752b89 lisp/time-stamp.el --- 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)