From 8d2a4f61c8ff970b7c0ad1978f719cc2c88ea536 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Dec 2004 00:20:39 +0000 Subject: [PATCH] (Man-reverse-face): Change default to `highlight'. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5