diff options
| author | Paul Eggert | 2016-02-16 15:01:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-16 15:03:04 -0800 |
| commit | 132dbf089ffdc6c77c9383f225f2458d21c869a5 (patch) | |
| tree | 39a876f865ef6fc7f58b25cce71551a865080a34 | |
| parent | 78ab6f120d043fd3fdef29cc6604cc3366791d4d (diff) | |
| download | emacs-132dbf089ffdc6c77c9383f225f2458d21c869a5.tar.gz emacs-132dbf089ffdc6c77c9383f225f2458d21c869a5.zip | |
* lisp/time-stamp.el (time-stamp-time-zone): Fix doc string punct.
| -rw-r--r-- | 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 d58942c3a2b..d4cddc92f94 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -120,7 +120,7 @@ If nil, no notification is given." | |||
| 120 | 120 | ||
| 121 | (defcustom time-stamp-time-zone nil | 121 | (defcustom time-stamp-time-zone nil |
| 122 | "The time zone to be used by \\[time-stamp]. | 122 | "The time zone to be used by \\[time-stamp]. |
| 123 | Its format is that of the ZONE argument of the `format-time-string' function," | 123 | Its format is that of the ZONE argument of the `format-time-string' function." |
| 124 | :type '(choice (const :tag "Emacs local time" nil) | 124 | :type '(choice (const :tag "Emacs local time" nil) |
| 125 | (const :tag "Universal Time" t) | 125 | (const :tag "Universal Time" t) |
| 126 | (const :tag "system wall clock time" wall) | 126 | (const :tag "system wall clock time" wall) |