diff lisp/man.el @ 58742:03ba600130f8

(Man-reverse-face): Change default to `highlight'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Dec 2004 00:20:39 +0000
parents 98e0ecc13fc5
children 07f5b835edb6 f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/man.el	Fri Dec 03 00:19:52 2004 +0000
+++ b/lisp/man.el	Fri Dec 03 00:20:39 2004 +0000
@@ -155,7 +155,7 @@
   :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)