From ccfb7415f0c9ab6bffe3ae5fe18af482102b11d1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Jun 2002 13:11:28 +0000 Subject: [PATCH] (info-menu-5): Fix documentation. (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'. --- lisp/ChangeLog | 6 ++++++ lisp/info.el | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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) -- 2.39.2