# HG changeset patch # User Richard M. Stallman # Date 1102033239 0 # Node ID 03ba600130f878bb704452a35864e69e7fd69830 # Parent 5ffd11b70941760774030ef3089ed0ac1db181d4 (Man-reverse-face): Change default to `highlight'. diff -r 5ffd11b70941 -r 03ba600130f8 lisp/man.el --- 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)