]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-menu-5): Fix documentation.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Jun 2002 13:11:28 +0000 (13:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Jun 2002 13:11:28 +0000 (13:11 +0000)
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.

lisp/ChangeLog
lisp/info.el

index 9546025ab7458ff1d182d2259209763d7b0d97c9..41f4303ecf83f7d6ef8ca1cfb87a299c7c43436f 100644 (file)
@@ -1,3 +1,9 @@
+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.
index afc4433a253b798602e71e733d88653de97d6c30..a12602afb3ea4418e7a8eee6ec40d3fc4eeb59b5 100644 (file)
@@ -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)