diff options
author | Juri Linkov <juri@jurta.org> | 2004-12-16 07:16:58 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-12-16 07:16:58 +0000 |
commit | 5248b3e332d7ee1fdc9fbffe485d444d3014b1d9 (patch) | |
tree | fee8012b931ecdd024652b6b74f14db66aa14884 /lisp/apropos.el | |
parent | f30c45e10511ae3818725fe621ab526e70037787 (diff) | |
download | emacs-5248b3e332d7ee1fdc9fbffe485d444d3014b1d9.tar.gz |
(apropos-match-face): Change default from `secondary-selection' to `match'.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
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." |