comparison lisp/info.el @ 28168:e1acd68998c8

(Info-fontify-maximum-menu-size): Increase to 100000.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Mar 2000 16:29:52 +0000
parents e640e22d23c8
children 3fb49903ed9d
comparison
equal deleted inserted replaced
28167:cb25a24ec3e1 28168:e1acd68998c8
76 '((((class color)) (:foreground "magenta4" :bold t)) 76 '((((class color)) (:foreground "magenta4" :bold t))
77 (t (:bold t))) 77 (t (:bold t)))
78 "Face for Info cross-references." 78 "Face for Info cross-references."
79 :group 'info) 79 :group 'info)
80 80
81 (defcustom Info-fontify-maximum-menu-size 30000 81 (defcustom Info-fontify-maximum-menu-size 100000
82 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." 82 "*Maximum size of menu to fontify if `Info-fontify' is non-nil."
83 :type 'integer 83 :type 'integer
84 :group 'info) 84 :group 'info)
85 85
86 (defvar Info-directory-list nil 86 (defvar Info-directory-list nil