Mercurial > emacs
changeset 58989:b41192af5b23
(apropos-match-face): Change default from `secondary-selection' to `match'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 16 Dec 2004 07:16:58 +0000 |
parents | 067d5dcfe531 |
children | a009e1bf75be |
files | lisp/apropos.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/apropos.el Thu Dec 16 07:16:44 2004 +0000 +++ b/lisp/apropos.el Thu Dec 16 07:16:58 2004 +0000 @@ -96,7 +96,7 @@ :group 'apropos :type 'face) -(defcustom apropos-match-face 'secondary-selection +(defcustom apropos-match-face 'match "*Face for matching text in Apropos documentation/value, or nil for none. This applies when you look for matches in the documentation or variable value for the regexp; the part that matches gets displayed in this font."