* lisp/time.el (display-time-string-forms): Fix custom type.

This commit is contained in:
Mark Oteiza 2016-10-13 14:41:46 -04:00
parent 506a97a58d
commit 4c620c20d4

View file

@ -314,7 +314,7 @@ For example, the form
(if mail \" Mail\" \"\"))
would give mode line times like `94/12/30 21:07:48 (UTC)'."
:type 'sexp
:type '(repeat sexp)
:group 'display-time)
(defun display-time-event-handler ()