# HG changeset patch # User Juri Linkov # Date 1103181433 0 # Node ID a009e1bf75bef4bfdb7a77c06544e53e9ac8d119 # Parent b41192af5b23cf0e06ad9857cb0e5971dd65bd79 (info-lookup-highlight-face): Change default from `highlight' to `match'. diff -r b41192af5b23 -r a009e1bf75be lisp/info-look.el --- a/lisp/info-look.el Thu Dec 16 07:16:58 2004 +0000 +++ b/lisp/info-look.el Thu Dec 16 07:17:13 2004 +0000 @@ -47,7 +47,7 @@ "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)