Mercurial > emacs
changeset 42433:21907e7569d1
Minor cleanup of previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Dec 2001 19:46:22 +0000 |
parents | c629dcecd1ca |
children | 2c3aa5c554ca |
files | man/files.texi |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/man/files.texi Sun Dec 30 19:45:41 2001 +0000 +++ b/man/files.texi Sun Dec 30 19:46:22 2001 +0000 @@ -1231,10 +1231,9 @@ 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'. - -The other kind of log the change log file, typically called +also the @dfn{revision control log}, @dfn{RCS log}, or @dfn{CVS log}. + +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;