# HG changeset patch # User Juanma Barranquero # Date 1025097072 0 # Node ID 65fc39bc254aa6a1744012f9ee940003675b6be7 # Parent 278093843f2166f168627b54ba2729e43fcc52e8 (info-menu-5): Fix documentation. (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'. diff -r 278093843f21 -r 65fc39bc254a lisp/info.el --- a/lisp/info.el Wed Jun 26 09:04:17 2002 +0000 +++ b/lisp/info.el Wed Jun 26 13:11:12 2002 +0000 @@ -65,7 +65,7 @@ (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 @@ :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)