Mercurial > emacs
changeset 46029:65fc39bc254a
(info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Jun 2002 13:11:12 +0000 |
parents | 278093843f21 |
children | 6b39902152a6 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)