diff options
Diffstat (limited to 'lisp')
| -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.") | |||
| 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.") |