aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi7
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
1590can even guess the name of the function or other object that was 1590can even guess the name of the function or other object that was
1591changed. 1591changed.
1592 1592
1593@c Not worth it.
1594@c @vindex change-log-directory-files
1595To find the change log file, Emacs searches up the directory tree from
1596the file you are editing. By default, it stops if it finds a
1597directory that seems to be the root of a version-control repository.
1598To 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
1595non-@code{nil}, @kbd{C-x 4 a} adds to any existing item for the file 1602non-@code{nil}, @kbd{C-x 4 a} adds to any existing item for the file