emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 132dbf0: * lisp/time-stamp.el (time-stamp-time-zo


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 132dbf0: * lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
Date: Tue, 16 Feb 2016 23:03:18 +0000

branch: emacs-25
commit 132dbf089ffdc6c77c9383f225f2458d21c869a5
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
---
 lisp/time-stamp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index d58942c..d4cddc9 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]