(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
+2002-06-26 Juanma Barranquero <jbarranquero@peoplecall.com>
+
+ * info.el (info-menu-5): Fix documentation.
+ (Info-fontify-maximum-menu-size): Remove reference to
+ `Info-fontify'.
+
2002-06-26 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/cl.el (values): Simplify definition.
(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
: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)