1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(custom-face-attributes): Add :inverse-video.

This commit is contained in:
Richard M. Stallman 1997-05-25 21:49:30 +00:00
parent e8e4cda0ac
commit 5c431d1495

View file

@ -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.")