aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index 651dd56779b..a0419c91b43 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -314,7 +314,7 @@ For example, the form
314 (if mail \" Mail\" \"\")) 314 (if mail \" Mail\" \"\"))
315 315
316would give mode line times like `94/12/30 21:07:48 (UTC)'." 316would give mode line times like `94/12/30 21:07:48 (UTC)'."
317 :type 'sexp 317 :type '(repeat sexp)
318 :group 'display-time) 318 :group 'display-time)
319 319
320(defun display-time-event-handler () 320(defun display-time-event-handler ()