summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-12-16 07:19:20 +0000
committerJuri Linkov <juri@jurta.org>2004-12-16 07:19:20 +0000
commit8270a848c898e19a5f46eb2ea79b71645562e0cd (patch)
treeaa2cb9d1f544712080cfe9e1ef5fb131472a551f /lisp/info-look.el
parent5248b3e332d7ee1fdc9fbffe485d444d3014b1d9 (diff)
(info-lookup-highlight-face): Change default from `highlight' to `match'.
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index 388415ec8c1..bc886f0320c 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -47,7 +47,7 @@ Automatically becomes buffer local when set in any fashion.")
"Non-nil means pop up the Info buffer in another window."
:group 'info-lookup :type 'boolean)
-(defcustom info-lookup-highlight-face 'highlight
+(defcustom info-lookup-highlight-face 'match
"Face for highlighting looked up help items.
Setting this variable to nil disables highlighting."
:group 'info-lookup :type 'face)