summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-03 00:20:39 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-03 00:20:39 +0000
commit8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536 (patch)
tree9ab920c203aa8753b05831c219869640350f1f98 /lisp/man.el
parent2f4e3f7ac52b6f82e9cd4593f1b9407fbcea7d39 (diff)
downloademacs-8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536.tar.gz
(Man-reverse-face): Change default to `highlight'.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
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)