(appt-display-format): Default value must be
one of the customize options.
This commit is contained in:
parent
b0352ddfa2
commit
3c6b81d871
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue