# HG changeset patch # User Richard M. Stallman # Date 998767069 0 # Node ID c2f31ad2923b8f141f875d5d443c8a66cf02de25 # Parent 7495f1fcfe14499b0ee8b5d4bf95aecaf94254e1 Minor cleanups. diff -r 7495f1fcfe14 -r c2f31ad2923b man/maintaining.texi --- a/man/maintaining.texi Sat Aug 25 19:13:34 2001 +0000 +++ b/man/maintaining.texi Sat Aug 25 19:17:49 2001 +0000 @@ -8,9 +8,8 @@ @cindex program editing This chapter describes Emacs features for maintaining programs. The -version control features,described in the chapter on files -(@pxref{Version Control}), are also useful particularly for this -purpose. +version control features (@pxref{Version Control}) are also +particularly useful for this purpose. @menu * Change Log:: Maintaining a change history for your program. @@ -138,7 +137,7 @@ The @kbd{M-x authors} command prompts for the name of the root of the Emacs source directory. It then scans @file{ChangeLog} files and Lisp source files under that directory for information about authors of -individual packages and people who made changes in source files, and +individual packages, and people who made changes in source files, and puts the information it gleans into a buffer named @samp{*Authors*}. You can then edit the contents of that buffer and merge it with the existing @file{AUTHORS} file.