changeset 40792:7ea12eee7004

Comment out the Authors node.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Nov 2001 04:27:40 +0000
parents 97673fa0eaa7
children 4126b1d76d8f
files man/emacs.texi man/maintaining.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/emacs.texi	Wed Nov 07 03:35:05 2001 +0000
+++ b/man/emacs.texi	Wed Nov 07 04:27:40 2001 +0000
@@ -577,7 +577,9 @@
 Maintaining Programs
 
 * Change Log::	        Maintaining a change history for your program.
+@ignore
 * Authors::             Maintaining the Emacs @file{AUTHORS} file.
+@end ignore
 * 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.
--- a/man/maintaining.texi	Wed Nov 07 03:35:05 2001 +0000
+++ b/man/maintaining.texi	Wed Nov 07 04:27:40 2001 +0000
@@ -13,7 +13,6 @@
 
 @menu
 * Change Log::	        Maintaining a change history for your program.
-* 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.
@@ -136,6 +135,10 @@
   Version control systems are another way to keep track of changes in your
 program and keep a change log.  @xref{Log Buffer}.
 
+@ignore
+@c This is commented out because the command is specific
+@c to maintenance of Emacs itself.
+
 @node Authors
 @section @file{AUTHORS} files
 @cindex @file{AUTHORS} file
@@ -158,6 +161,7 @@
 assume that a person not listed in the output was not a contributor.
 If you merged in someone's contribution and did not put his name
 in the change log, he won't show up in @kbd{M-x authors} either.
+@end ignore
 
 @node Tags
 @section Tags Tables