* lisp/time.el (display-time-string-forms): Fix custom type.
This commit is contained in:
parent
506a97a58d
commit
4c620c20d4
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue