Mercurial > emacs
comparison lisp/info.el @ 76891:b219eac092dd
(Info-fontify-maximum-menu-size): Revert to 100000.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 02 Apr 2007 04:28:45 +0000 |
parents | dc6d80edce90 |
children | c33028813e05 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
76890:73b979e89254 | 76891:b219eac092dd |
---|---|
143 "*Non-nil to fontify references to visited nodes in `info-xref-visited' face." | 143 "*Non-nil to fontify references to visited nodes in `info-xref-visited' face." |
144 :version "22.1" | 144 :version "22.1" |
145 :type 'boolean | 145 :type 'boolean |
146 :group 'info) | 146 :group 'info) |
147 | 147 |
148 (defcustom Info-fontify-maximum-menu-size 1000000 | 148 (defcustom Info-fontify-maximum-menu-size 100000 |
149 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil. | 149 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil. |
150 Set to nil to disable node fontification." | 150 Set to nil to disable node fontification." |
151 :type 'integer | 151 :type 'integer |
152 :group 'info) | 152 :group 'info) |
153 | 153 |