summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-02-17 10:28:29 +0200
committerEli Zaretskii <eliz@gnu.org>2018-02-17 10:28:29 +0200
commitab67b3e44bc9cc0230406ebef9291a731da9ebe1 (patch)
tree154619e9a8f499f1350bf4fe0dd6cc9bf8b8f0b3
parentc352434ab89617b48c7c1f29342a22e5a5685504 (diff)
downloademacs-ab67b3e44bc9cc0230406ebef9291a731da9ebe1.tar.gz
emacs-ab67b3e44bc9cc0230406ebef9291a731da9ebe1.tar.bz2
emacs-ab67b3e44bc9cc0230406ebef9291a731da9ebe1.zip
Minor change in Emacs manual's VC chapter
* doc/emacs/maintaining.texi (Log Buffer): Mention the "Summary" header. Suggested by Michael Albinus <michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.
-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>
@noindent
Apart from the @samp{Author} header, Emacs recognizes the headers
-@samp{Date} (a manually-specified commit time) and @samp{Fixes} (a
-reference to a bug fixed by the change). Not all version control
-systems recognize all headers: Bazaar recognizes all three headers,
-while Git, Mercurial, and Monotone recognize only @samp{Author} and
-@samp{Date}. If you specify a header for a system that does not
+@samp{Summary} (a one-line summary of the changeset), @samp{Date} (a
+manually-specified commit time), and @samp{Fixes} (a reference to a
+bug fixed by the change). Not all version control systems recognize
+all headers. If you specify a header for a system that does not
support it, the header is treated as part of the log entry.
@kindex C-c C-f @r{(Log Edit mode)}