summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-16 15:01:50 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-16 15:03:04 -0800
commit132dbf089ffdc6c77c9383f225f2458d21c869a5 (patch)
tree39a876f865ef6fc7f58b25cce71551a865080a34 /lisp
parent78ab6f120d043fd3fdef29cc6604cc3366791d4d (diff)
downloademacs-132dbf089ffdc6c77c9383f225f2458d21c869a5.tar.gz
* lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/time-stamp.el2
1 files changed, 1 insertions, 1 deletions
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)