comparison lisp/cus-face.el @ 17946:2b225f00d308

(custom-face-attributes): Add :inverse-video.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 May 1997 21:49:30 +0000
parents 1e5f1a1f0db3
children 34f1f8c5eda3
comparison
equal deleted inserted replaced
17945:874de6432f05 17946:2b225f00d308
75 (:underline (toggle :format "%[Underline%]: %v\n" 75 (:underline (toggle :format "%[Underline%]: %v\n"
76 :help-echo "\ 76 :help-echo "\
77 Control whether the text should be underlined.") 77 Control whether the text should be underlined.")
78 set-face-underline-p 78 set-face-underline-p
79 face-underline-p) 79 face-underline-p)
80 (:inverse-video (toggle :format "%[Inverse-Video%]: %v\n"
81 :help-echo "\
82 Control whether the text should be in inverse video.")
83 set-face-inverse-video-p
84 face-inverse-video-p)
80 (:foreground (color :tag "Foreground" 85 (:foreground (color :tag "Foreground"
81 :value "black" 86 :value "black"
82 :help-echo "Set foreground color.") 87 :help-echo "Set foreground color.")
83 set-face-foreground 88 set-face-foreground
84 face-foreground) 89 face-foreground)