aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-06-26 13:11:28 +0000
committerJuanma Barranquero2002-06-26 13:11:28 +0000
commitccfb7415f0c9ab6bffe3ae5fe18af482102b11d1 (patch)
tree1b8275f28e5ae4f7baa34ed3386fea46ed65bfe7
parentca8f3642572cf91c753f301085d7d4e3033319c8 (diff)
downloademacs-ccfb7415f0c9ab6bffe3ae5fe18af482102b11d1.tar.gz
emacs-ccfb7415f0c9ab6bffe3ae5fe18af482102b11d1.zip
(info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/info.el4
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 @@
12002-06-26 Juanma Barranquero <jbarranquero@peoplecall.com>
2
3 * info.el (info-menu-5): Fix documentation.
4 (Info-fontify-maximum-menu-size): Remove reference to
5 `Info-fontify'.
6
12002-06-26 Richard M. Stallman <rms@gnu.org> 72002-06-26 Richard M. Stallman <rms@gnu.org>
2 8
3 * emacs-lisp/cl.el (values): Simplify definition. 9 * 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.")
65(defface info-menu-5 65(defface info-menu-5
66 '((((class color)) (:foreground "red1")) 66 '((((class color)) (:foreground "red1"))
67 (t (:underline t))) 67 (t (:underline t)))
68 "Face for the fifth and nineth `*' in an Info menu." 68 "Face for every third `*' in an Info menu."
69 :group 'info) 69 :group 'info)
70 70
71(defface info-xref 71(defface info-xref
@@ -76,7 +76,7 @@ The Lisp code is executed when the node is selected.")
76 :group 'info) 76 :group 'info)
77 77
78(defcustom Info-fontify-maximum-menu-size 100000 78(defcustom Info-fontify-maximum-menu-size 100000
79 "*Maximum size of menu to fontify if `Info-fontify' is non-nil." 79 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil."
80 :type 'integer 80 :type 'integer
81 :group 'info) 81 :group 'info)
82 82