]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out the Authors node.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Nov 2001 04:28:51 +0000 (04:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Nov 2001 04:28:51 +0000 (04:28 +0000)
man/emacs.texi
man/maintaining.texi

index 86f42e0fe5308bb209642b2dfb05783be7d2ec8a..a98986e86ba23c89ec47bbe9dbd830a07bf6b96d 100644 (file)
@@ -576,7 +576,9 @@ Running Debuggers Under Emacs
 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.
index f268c90bc31bda55ccf8020c8058974125656180..6238c20da20233484a309f406c209b86c8d2ef8c 100644 (file)
@@ -13,7 +13,9 @@ particularly useful for this purpose.
 
 @menu
 * 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.
@@ -136,6 +138,10 @@ versions of Emacs.
   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 +164,7 @@ existing @file{AUTHORS} file.
 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