# HG changeset patch # User Richard M. Stallman # Date 1005107260 0 # Node ID 7ea12eee70040b1ed58e84898c1cc27be9f692fe # Parent 97673fa0eaa74a102771c031f84a256ea2a6d4ee Comment out the Authors node. diff -r 97673fa0eaa7 -r 7ea12eee7004 man/emacs.texi --- 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. diff -r 97673fa0eaa7 -r 7ea12eee7004 man/maintaining.texi --- 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