Mercurial > emacs
diff man/programs.texi @ 31052:b05772d7c2ad
Document change-log-version-info-enabled and
change-log-version-number-regexp-list.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Tue, 22 Aug 2000 11:20:48 +0000 |
| parents | 64a11267ce9a |
| children | 357e242b7f87 |
line wrap: on
line diff
--- a/man/programs.texi Tue Aug 22 11:12:48 2000 +0000 +++ b/man/programs.texi Tue Aug 22 11:20:48 2000 +0000 @@ -1781,6 +1781,17 @@ a} adds to any existing entry for the file rather than starting a new entry. +@vindex change-log-version-info-enabled +@vindex change-log-version-number-regexp-list +@cindex file version in change log entries + If the value of the variable @code{change-log-version-info-enabled} is +non-nil, the file's version number is automatically added to change log +entries. The search for the file's version number is performed based on +regular expressions from the variable +@code{change-log-version-number-regexp-list}, which can be cutsomized +(versions of files that are under version control systems are known to +Emacs through the version-control interface). + @cindex Change Log mode @findex change-log-mode The change log file is visited in Change Log mode. In this major
