]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/time.el (display-time-string-forms): Fix custom type.
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 13 Oct 2016 18:41:46 +0000 (14:41 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 13 Oct 2016 18:41:46 +0000 (14:41 -0400)
lisp/time.el

index 651dd56779b2496337913d41053d9fbe55df840d..a0419c91b43db0eb26f4371e236a1979f5669190 100644 (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 ()