]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-reverse-face): Change default to `highlight'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Dec 2004 00:20:39 +0000 (00:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Dec 2004 00:20:39 +0000 (00:20 +0000)
lisp/man.el

index 5ff380baca0b45082ae271ba42a3e8daeb210add..735805f1bba840d8fab4d9a59cf2ba9b2074a3af 100644 (file)
@@ -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)