diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-30 19:46:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-30 19:46:22 +0000 |
commit | cfb441af4e67b44f678ba4eceda6f9a16697c7f3 (patch) | |
tree | f766bf0a433c36c7209777d1084546de19519ec8 /man/files.texi | |
parent | 6b7eef5cad7ee3ec4ec1a510e7600675e149802c (diff) | |
download | emacs-cfb441af4e67b44f678ba4eceda6f9a16697c7f3.tar.gz |
Minor cleanup of previous change.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 5 |
1 files changed, 2 insertions, 3 deletions
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; |