# HG changeset patch # User Juri Linkov # Date 1103181418 0 # Node ID b41192af5b23cf0e06ad9857cb0e5971dd65bd79 # Parent 067d5dcfe531ef532f183dc3a2dfa6e0399e0106 (apropos-match-face): Change default from `secondary-selection' to `match'. diff -r 067d5dcfe531 -r b41192af5b23 lisp/apropos.el --- 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."