summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-12-16 07:16:58 +0000
committerJuri Linkov <juri@jurta.org>2004-12-16 07:16:58 +0000
commit5248b3e332d7ee1fdc9fbffe485d444d3014b1d9 (patch)
treefee8012b931ecdd024652b6b74f14db66aa14884 /lisp/apropos.el
parentf30c45e10511ae3818725fe621ab526e70037787 (diff)
downloademacs-5248b3e332d7ee1fdc9fbffe485d444d3014b1d9.tar.gz
(apropos-match-face): Change default from `secondary-selection' to `match'.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 8bfaa3ad592..7b37a49d087 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -96,7 +96,7 @@ turns off mouse highlighting."
: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."