]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Feb 2016 23:01:50 +0000 (15:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Feb 2016 23:03:04 +0000 (15:03 -0800)
lisp/time-stamp.el

index d58942c3a2b0dbcf8c2afe434c971c4782190525..d4cddc92f9463b6438abd64cf903a5d7918716f6 100644 (file)
@@ -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)