(appt-display-format): Default value must be

one of the customize options.
This commit is contained in:
Glenn Morris
2006-06-20 19:30:36 +00:00
parent b0352ddfa2
commit 3c6b81d871

View File

@@ -136,7 +136,9 @@ of the (obsolete) variables `appt-msg-window' and `appt-visible'."
:type '(choice
(const :tag "Separate window" window)
(const :tag "Echo-area" echo)
(const :tag "No visible display" nil))
(const :tag "No visible display" nil)
(const :tag "Backwards compatibility setting - choose another value"
ignore))
:group 'appt
:version "22.1")