changeset 58990:a009e1bf75be

(info-lookup-highlight-face): Change default from `highlight' to `match'.
author Juri Linkov <juri@jurta.org>
date Thu, 16 Dec 2004 07:17:13 +0000
parents b41192af5b23
children 2e946184b557
files lisp/info-look.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)