Mercurial > emacs
changeset 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 | 5ffd11b70941 |
children | 6abce81016a6 |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)