comparison lisp/info.el @ 46029:65fc39bc254a

(info-menu-5): Fix documentation. (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Jun 2002 13:11:12 +0000
parents 95b7f625cdf5
children ee6975afddef
comparison
equal deleted inserted replaced
46028:278093843f21 46029:65fc39bc254a
63 :group 'info) 63 :group 'info)
64 64
65 (defface info-menu-5 65 (defface info-menu-5
66 '((((class color)) (:foreground "red1")) 66 '((((class color)) (:foreground "red1"))
67 (t (:underline t))) 67 (t (:underline t)))
68 "Face for the fifth and nineth `*' in an Info menu." 68 "Face for every third `*' in an Info menu."
69 :group 'info) 69 :group 'info)
70 70
71 (defface info-xref 71 (defface info-xref
72 '((((class color) (background light)) (:foreground "magenta4" :weight bold)) 72 '((((class color) (background light)) (:foreground "magenta4" :weight bold))
73 (((class color) (background dark)) (:foreground "cyan" :weight bold)) 73 (((class color) (background dark)) (:foreground "cyan" :weight bold))
74 (t (:weight bold))) 74 (t (:weight bold)))
75 "Face for Info cross-references." 75 "Face for Info cross-references."
76 :group 'info) 76 :group 'info)
77 77
78 (defcustom Info-fontify-maximum-menu-size 100000 78 (defcustom Info-fontify-maximum-menu-size 100000
79 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." 79 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil."
80 :type 'integer 80 :type 'integer
81 :group 'info) 81 :group 'info)
82 82
83 (defcustom Info-use-header-line t 83 (defcustom Info-use-header-line t
84 "*Non-nil means to put the beginning-of-node links in an emacs header-line. 84 "*Non-nil means to put the beginning-of-node links in an emacs header-line.