From: Juanma Barranquero Date: Wed, 26 Jun 2002 13:11:28 +0000 (+0000) Subject: (info-menu-5): Fix documentation. X-Git-Tag: ttn-vms-21-2-B4~14433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccfb7415f0c9ab6bffe3ae5fe18af482102b11d1;p=emacs.git (info-menu-5): Fix documentation. (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9546025ab74..41f4303ecf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-06-26 Juanma Barranquero + + * info.el (info-menu-5): Fix documentation. + (Info-fontify-maximum-menu-size): Remove reference to + `Info-fontify'. + 2002-06-26 Richard M. Stallman * emacs-lisp/cl.el (values): Simplify definition. diff --git a/lisp/info.el b/lisp/info.el index afc4433a253..a12602afb3e 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -65,7 +65,7 @@ The Lisp code is executed when the node is selected.") (defface info-menu-5 '((((class color)) (:foreground "red1")) (t (:underline t))) - "Face for the fifth and nineth `*' in an Info menu." + "Face for every third `*' in an Info menu." :group 'info) (defface info-xref @@ -76,7 +76,7 @@ The Lisp code is executed when the node is selected.") :group 'info) (defcustom Info-fontify-maximum-menu-size 100000 - "*Maximum size of menu to fontify if `Info-fontify' is non-nil." + "*Maximum size of menu to fontify if `font-lock-mode' is non-nil." :type 'integer :group 'info)