comparison lisp/info-look.el @ 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 bcb4709c5b09
children 5d4f8c85454f eac554634bfa
comparison
equal deleted inserted replaced
58989:b41192af5b23 58990:a009e1bf75be
45 45
46 (defcustom info-lookup-other-window-flag t 46 (defcustom info-lookup-other-window-flag t
47 "Non-nil means pop up the Info buffer in another window." 47 "Non-nil means pop up the Info buffer in another window."
48 :group 'info-lookup :type 'boolean) 48 :group 'info-lookup :type 'boolean)
49 49
50 (defcustom info-lookup-highlight-face 'highlight 50 (defcustom info-lookup-highlight-face 'match
51 "Face for highlighting looked up help items. 51 "Face for highlighting looked up help items.
52 Setting this variable to nil disables highlighting." 52 Setting this variable to nil disables highlighting."
53 :group 'info-lookup :type 'face) 53 :group 'info-lookup :type 'face)
54 54
55 (defvar info-lookup-highlight-overlay nil 55 (defvar info-lookup-highlight-overlay nil