]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor cleanup of previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 19:46:22 +0000 (19:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 19:46:22 +0000 (19:46 +0000)
man/files.texi

index 24119b9758c4ef08c4d15f0fc8490e797245fa04..97f944c94837efe29279dc76e2d98c4952766170 100644 (file)
@@ -1231,10 +1231,9 @@ GNU projects under a revision control system generally possess
 maintained by the revision control system: each time you check in a
 change, you must fill out a @dfn{log entry} for the change (@pxref{Log
 Buffer}).  This kind of log is called the @dfn{version control log},
-or sometimes the @dfn{revision control log}, `@samp{*rcs*} log', or
-`@samp{*cvs*} log'.
+also the @dfn{revision control log}, @dfn{RCS log}, or @dfn{CVS log}.
 
-The other kind of log the change log file, typically called
+The other kind of log is the change log file, typically a file called
 @file{ChangeLog}.  It provides a chronological record of all changes
 to a large portion of a program---one directory and its
 subdirectories.  A small program would use one @file{ChangeLog} file;