summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-08-25 19:17:49 +0000
committerRichard M. Stallman <rms@gnu.org>2001-08-25 19:17:49 +0000
commite20598f8c04a39957789ff7d1ec6e82d0025f709 (patch)
treed6c3e7a4f1382ea2463d72cd2443aacb17986438 /man
parent321b4b2335e5bd6b8cf4676980809925f9e2042d (diff)
downloademacs-e20598f8c04a39957789ff7d1ec6e82d0025f709.tar.gz
Minor cleanups.
Diffstat (limited to 'man')
-rw-r--r--man/maintaining.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index d01090c31ab..3908e932c21 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -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 @@ contributions. Emacs has a special command for maintaining the
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.