* lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
This commit is contained in:
parent
78ab6f120d
commit
132dbf089f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ If nil, no notification is given."
|
|||
|
||||
(defcustom time-stamp-time-zone nil
|
||||
"The time zone to be used by \\[time-stamp].
|
||||
Its format is that of the ZONE argument of the `format-time-string' function,"
|
||||
Its format is that of the ZONE argument of the `format-time-string' function."
|
||||
:type '(choice (const :tag "Emacs local time" nil)
|
||||
(const :tag "Universal Time" t)
|
||||
(const :tag "system wall clock time" wall)
|
||||
|
|
Loading…
Add table
Reference in a new issue