Mercurial > emacs
changeset 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 | cb25a24ec3e1 |
children | da3aa0586d9d |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu Mar 16 16:29:09 2000 +0000 +++ b/lisp/info.el Thu Mar 16 16:29:52 2000 +0000 @@ -78,7 +78,7 @@ "Face for Info cross-references." :group 'info) -(defcustom Info-fontify-maximum-menu-size 30000 +(defcustom Info-fontify-maximum-menu-size 100000 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." :type 'integer :group 'info)