From e4059eed38e7d03df8c3053e5d122b9865f859d7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Nov 2001 04:27:40 +0000 Subject: [PATCH] Comment out the Authors node. --- man/emacs.texi | 2 ++ man/maintaining.texi | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/man/emacs.texi b/man/emacs.texi index 1c4e61fa33..72bbed9f2a 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -577,7 +577,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. diff --git a/man/maintaining.texi b/man/maintaining.texi index f268c90bc3..06ad85fe9b 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -13,7 +13,6 @@ particularly useful for this purpose. @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 @@ 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 +161,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 -- 2.39.2