diff options
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 |