Mercurial > emacs
changeset 35695:8bac5c752b89
(time-stamp-string): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 Jan 2001 16:58:40 +0000 |
parents | c88c651ff00c |
children | 09e4ea04f401 |
files | lisp/time-stamp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)