diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-03 00:20:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-03 00:20:39 +0000 |
commit | 8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536 (patch) | |
tree | 9ab920c203aa8753b05831c219869640350f1f98 /lisp/man.el | |
parent | 2f4e3f7ac52b6f82e9cd4593f1b9407fbcea7d39 (diff) | |
download | emacs-8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536.tar.gz |
(Man-reverse-face): Change default to `highlight'.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 5ff380baca0..735805f1bba 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -155,7 +155,7 @@ the manpage buffer." :type 'face :group 'man) -(defcustom Man-reverse-face 'secondary-selection +(defcustom Man-reverse-face 'highlight "*Face to use when fontifying reverse video." :type 'face :group 'man) |