From: Eli Zaretskii Date: Sun, 2 Sep 2001 16:30:20 +0000 (+0000) Subject: Fix the AUTHORS menu item. Suggested by Eric Hanchrow . X-Git-Tag: emacs-pretest-21.0.106~278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b61e47e946c3bc7c4fc489f23684bf67a321a64;p=emacs.git Fix the AUTHORS menu item. Suggested by Eric Hanchrow . --- 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.