aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index e806b270f69..541bf9708ba 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -659,11 +659,10 @@ Author: J. R. Hacker <jrh@@example.com>
659 659
660@noindent 660@noindent
661Apart from the @samp{Author} header, Emacs recognizes the headers 661Apart from the @samp{Author} header, Emacs recognizes the headers
662@samp{Date} (a manually-specified commit time) and @samp{Fixes} (a 662@samp{Summary} (a one-line summary of the changeset), @samp{Date} (a
663reference to a bug fixed by the change). Not all version control 663manually-specified commit time), and @samp{Fixes} (a reference to a
664systems recognize all headers: Bazaar recognizes all three headers, 664bug fixed by the change). Not all version control systems recognize
665while Git, Mercurial, and Monotone recognize only @samp{Author} and 665all headers. If you specify a header for a system that does not
666@samp{Date}. If you specify a header for a system that does not
667support it, the header is treated as part of the log entry. 666support it, the header is treated as part of the log entry.
668 667
669@kindex C-c C-f @r{(Log Edit mode)} 668@kindex C-c C-f @r{(Log Edit mode)}