comparison 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
comparison
equal deleted inserted replaced
58988:067d5dcfe531 58989:b41192af5b23
94 (defcustom apropos-property-face 'bold-italic 94 (defcustom apropos-property-face 'bold-italic
95 "*Face for property name in apropos output, or nil for none." 95 "*Face for property name in apropos output, or nil for none."
96 :group 'apropos 96 :group 'apropos
97 :type 'face) 97 :type 'face)
98 98
99 (defcustom apropos-match-face 'secondary-selection 99 (defcustom apropos-match-face 'match
100 "*Face for matching text in Apropos documentation/value, or nil for none. 100 "*Face for matching text in Apropos documentation/value, or nil for none.
101 This applies when you look for matches in the documentation or variable value 101 This applies when you look for matches in the documentation or variable value
102 for the regexp; the part that matches gets displayed in this font." 102 for the regexp; the part that matches gets displayed in this font."
103 :group 'apropos 103 :group 'apropos
104 :type 'face) 104 :type 'face)