diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 9 |
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 |
| 661 | Apart from the @samp{Author} header, Emacs recognizes the headers | 661 | Apart 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 |
| 663 | reference to a bug fixed by the change). Not all version control | 663 | manually-specified commit time), and @samp{Fixes} (a reference to a |
| 664 | systems recognize all headers: Bazaar recognizes all three headers, | 664 | bug fixed by the change). Not all version control systems recognize |
| 665 | while Git, Mercurial, and Monotone recognize only @samp{Author} and | 665 | all 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 | ||
| 667 | support it, the header is treated as part of the log entry. | 666 | support 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)} |