From: Richard M. Stallman Date: Fri, 3 Dec 2004 00:20:39 +0000 (+0000) Subject: (Man-reverse-face): Change default to `highlight'. X-Git-Tag: ttn-vms-21-2-B4~3457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536;p=emacs.git (Man-reverse-face): Change default to `highlight'. --- 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)