aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/info.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb78bd27b59..6b6fc417c22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-11-19 Gerd Moellmann <gerd@gnu.org> 12000-11-19 Gerd Moellmann <gerd@gnu.org>
2 2
3 * info.el (info-menu-5): Doc fix.
4
3 * textmodes/artist.el: New file. 5 * textmodes/artist.el: New file.
4 6
52000-11-19 Andre Spiegel <spiegel@gnu.org> 72000-11-19 Andre Spiegel <spiegel@gnu.org>
diff --git a/lisp/info.el b/lisp/info.el
index 9676dcf4ff0..a9cd40fb4e2 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -70,7 +70,7 @@ The Lisp code is executed when the node is selected.")
70(defface info-menu-5 70(defface info-menu-5
71 '((((class color)) (:foreground "red1")) 71 '((((class color)) (:foreground "red1"))
72 (t (:underline t))) 72 (t (:underline t)))
73 "Face for the fifth and tenth `*' in an Info menu." 73 "Face for the fifth and nineth `*' in an Info menu."
74 :group 'info) 74 :group 'info)
75 75
76(defface info-xref 76(defface info-xref