log-edit-mode

log-edit-mode is an interactive compiled Lisp function in `log-edit.el'.


(log-edit-mode)

Parent mode: `text-mode'.

Major mode for editing version-control log messages.
When done editing the log entry, just type M-x log-edit-done which
will trigger the actual commit of the file(s).
Several other handy support commands are provided of course and
the package from which this is used might also provide additional
commands (under C-x v for VC, for example).

key binding
--- -------

C-a log-edit-beginning-of-line
C-c Prefix Command
ESC Prefix Command

M-n log-edit-next-comment
M-p log-edit-previous-comment
M-r log-edit-comment-search-backward
M-s log-edit-comment-search-forward

C-c C-a log-edit-insert-changelog
C-c C-c log-edit-done
C-c C-d log-edit-show-diff
C-c C-f log-edit-show-files
C-c C-k log-edit-kill-buffer
C-c ? log-edit-mode-help



In addition to any hooks its parent mode `text-mode' might have run,
this mode runs the hook `log-edit-mode-hook', as the final step
during initialization.