]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-match-face): Change default from `secondary-selection' to `match'.
authorJuri Linkov <juri@jurta.org>
Thu, 16 Dec 2004 07:16:58 +0000 (07:16 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 16 Dec 2004 07:16:58 +0000 (07:16 +0000)
lisp/apropos.el

index 8bfaa3ad592ac5aa94589c5a3b2d47b24061471c..7b37a49d08718c7f1bd73ff039b6313d8e688a99 100644 (file)
@@ -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."