From 5248b3e332d7ee1fdc9fbffe485d444d3014b1d9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 16 Dec 2004 07:16:58 +0000 Subject: [PATCH] (apropos-match-face): Change default from `secondary-selection' to `match'. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5