From: Richard M. Stallman Date: Sun, 30 Dec 2001 19:46:22 +0000 (+0000) Subject: Minor cleanup of previous change. X-Git-Tag: ttn-vms-21-2-B4~17401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfb441af4e67b44f678ba4eceda6f9a16697c7f3;p=emacs.git Minor cleanup of previous change. --- diff --git a/man/files.texi b/man/files.texi index 24119b9758c..97f944c9483 100644 --- a/man/files.texi +++ b/man/files.texi @@ -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;