diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/info.el | 2 |
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 @@ 2000-11-19 Gerd Moellmann <gerd@gnu.org> + * info.el (info-menu-5): Doc fix. + * textmodes/artist.el: New file. 2000-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.") (defface info-menu-5 '((((class color)) (:foreground "red1")) (t (:underline t))) - "Face for the fifth and tenth `*' in an Info menu." + "Face for the fifth and nineth `*' in an Info menu." :group 'info) (defface info-xref |