diff lisp/apropos.el @ 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 5d7aec33a1ba
children cef0d0d34987
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."