summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-02 16:30:20 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-02 16:30:20 +0000
commit0b61e47e946c3bc7c4fc489f23684bf67a321a64 (patch)
tree918cf86a7667579764a4ed9dee8436256148a655
parent19bd58e821bcba8e8bf9d5042478d6d85555bd6e (diff)
downloademacs-0b61e47e946c3bc7c4fc489f23684bf67a321a64.tar.gz
Fix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>.
-rw-r--r--man/emacs.texi2
-rw-r--r--man/maintaining.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index cd7dee0e4a5..a136ae17e1d 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -576,7 +576,7 @@ Running Debuggers Under Emacs
Maintaining Programs
* Change Log:: Maintaining a change history for your program.
-* Authors:: Maintaining an @file{AUTHORS} file.
+* Authors:: Maintaining the Emacs @file{AUTHORS} file.
* Tags:: Go direct to any function in your program in one
command. Tags remembers which file it is in.
* Emerge:: A convenient way of merging two versions of a program.
diff --git a/man/maintaining.texi b/man/maintaining.texi
index 3908e932c21..de6a78a5081 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -13,7 +13,7 @@ particularly useful for this purpose.
@menu
* Change Log:: Maintaining a change history for your program.
-* Authors:: Maintaining an @file{AUTHORS} file.
+* Authors:: Maintaining the Emacs @file{AUTHORS} file.
* Tags:: Go direct to any function in your program in one
command. Tags remembers which file it is in.
* Emerge:: A convenient way of merging two versions of a program.