diff options
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 8b9ed38641c..773dbccd8d8 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -77,6 +77,11 @@ Control whether an italic font should be used.") Control whether the text should be underlined.") set-face-underline-p face-underline-p) + (:inverse-video (toggle :format "%[Inverse-Video%]: %v\n" + :help-echo "\ +Control whether the text should be in inverse video.") + set-face-inverse-video-p + face-inverse-video-p) (:foreground (color :tag "Foreground" :value "black" :help-echo "Set foreground color.") |