From: Paul Eggert Date: Tue, 16 Feb 2016 23:01:50 +0000 (-0800) Subject: * lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct. X-Git-Tag: emacs-25.0.92~101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=132dbf0;p=emacs.git * lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct. --- diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index d58942c3a2b..d4cddc92f94 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -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)