diff options
| -rw-r--r-- | man/programs.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 90982550df8..ab18e22dd7b 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -1781,6 +1781,17 @@ When the option @code{add-log-keep-changes-together} is set, @kbd{C-x 4 | |||
| 1781 | a} adds to any existing entry for the file rather than starting a new | 1781 | a} adds to any existing entry for the file rather than starting a new |
| 1782 | entry. | 1782 | entry. |
| 1783 | 1783 | ||
| 1784 | @vindex change-log-version-info-enabled | ||
| 1785 | @vindex change-log-version-number-regexp-list | ||
| 1786 | @cindex file version in change log entries | ||
| 1787 | If the value of the variable @code{change-log-version-info-enabled} is | ||
| 1788 | non-nil, the file's version number is automatically added to change log | ||
| 1789 | entries. The search for the file's version number is performed based on | ||
| 1790 | regular expressions from the variable | ||
| 1791 | @code{change-log-version-number-regexp-list}, which can be cutsomized | ||
| 1792 | (versions of files that are under version control systems are known to | ||
| 1793 | Emacs through the version-control interface). | ||
| 1794 | |||
| 1784 | @cindex Change Log mode | 1795 | @cindex Change Log mode |
| 1785 | @findex change-log-mode | 1796 | @findex change-log-mode |
| 1786 | The change log file is visited in Change Log mode. In this major | 1797 | The change log file is visited in Change Log mode. In this major |