summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.