diff options
| author | Glenn Morris | 2016-02-01 21:08:21 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-02-01 21:08:56 -0500 |
| commit | dc435af152e6df3d85b0c21eaf9ff39dce0091bb (patch) | |
| tree | ed7ce7ab5c100d7cb6f91ad72c828953ef99e3c4 /doc | |
| parent | a39a03a3bf6c1ec522d7b7d6b7f2bf8271ed1a2f (diff) | |
| download | emacs-dc435af152e6df3d85b0c21eaf9ff39dce0091bb.tar.gz emacs-dc435af152e6df3d85b0c21eaf9ff39dce0091bb.zip | |
Make find-change-log prefer a VCS root, if no ChangeLog exists.
* lisp/vc/add-log.el (change-log-directory-files): New option.
(find-change-log): Respect change-log-directory-files.
* doc/emacs/maintaining.texi (Change Log Commands):
Mention change-log-directory-files.
; * etc/NEWS: Mention this.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 3f1a9c07e91..72d428af8fb 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -1590,6 +1590,13 @@ also creates a new item for the current file. For many languages, it | |||
| 1590 | can even guess the name of the function or other object that was | 1590 | can even guess the name of the function or other object that was |
| 1591 | changed. | 1591 | changed. |
| 1592 | 1592 | ||
| 1593 | @c Not worth it. | ||
| 1594 | @c @vindex change-log-directory-files | ||
| 1595 | To find the change log file, Emacs searches up the directory tree from | ||
| 1596 | the file you are editing. By default, it stops if it finds a | ||
| 1597 | directory that seems to be the root of a version-control repository. | ||
| 1598 | To change this, customize @code{change-log-directory-files}. | ||
| 1599 | |||
| 1593 | @vindex add-log-keep-changes-together | 1600 | @vindex add-log-keep-changes-together |
| 1594 | When the variable @code{add-log-keep-changes-together} is | 1601 | When the variable @code{add-log-keep-changes-together} is |
| 1595 | non-@code{nil}, @kbd{C-x 4 a} adds to any existing item for the file | 1602 | non-@code{nil}, @kbd{C-x 4 a} adds to any existing item for the file |