comparison lisp/cus-edit.el @ 58941:a7271df99c36

(custom-display): Handle `default' specs.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Dec 2004 19:40:25 +0000
parents 841754cd73c6
children 45239c528a49 fb79180b618d
comparison
equal deleted inserted replaced
58940:841754cd73c6 58941:a7271df99c36
2688 "Select a display type." 2688 "Select a display type."
2689 :tag "Display" 2689 :tag "Display"
2690 :value t 2690 :value t
2691 :help-echo "Specify frames where the face attributes should be used." 2691 :help-echo "Specify frames where the face attributes should be used."
2692 :args '((const :tag "all" t) 2692 :args '((const :tag "all" t)
2693 (const :tag "defaults" default)
2693 (checklist 2694 (checklist
2694 :offset 0 2695 :offset 0
2695 :extra-offset 9 2696 :extra-offset 9
2696 :args ((group :sibling-args (:help-echo "\ 2697 :args ((group :sibling-args (:help-echo "\
2697 Only match the specified window systems.") 2698 Only match the specified window systems.")