log-edit-mode-map

log-edit-mode-map is a variable defined in `log-edit.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keymap for the `log-edit-mode' (to edit version control log messages).

Value:

(keymap (menu-bar keymap (Log-Edit menu-item "Log-Edit" (keymap "Log-Edit" (Done menu-item "Done" log-edit-done :help "Exit log-edit and proceed with the actual action.") (nil-7 menu-item "--") (Insert\ ChangeLog menu-item "Insert ChangeLog" log-edit-insert-changelog :help "Insert a log message by looking at the ChangeLog") (Add\ to\ ChangeLog menu-item "Add to ChangeLog" log-edit-add-to-changelog :help "Insert this log message into the appropriate ChangeLog file") (nil-7-4 menu-item "--") (Show\ diff menu-item "Show diff" log-edit-show-diff :help "Show the diff for the files to be committed.") (List\ files menu-item "List files" log-edit-show-files :help "Show the list of relevant files.") (nil-7-7 menu-item "--") (Previous\ comment menu-item "Previous comment" log-edit-previous-comment :help "Cycle backwards through comment history") (Next\ comment menu-item "Next comment" log-edit-next-comment :help "Cycle forwards through comment history.") (Search\ comment\ forward menu-item "Search comment forward" log-edit-comment-search-forward :help "Search forwards through comment history for a substring match of str") (Search\ comment\ backward menu-item "Search comment backward" log-edit-comment-search-backward :help "Search backwards through comment history for substring match of str")))) (27 keymap (115 . log-edit-comment-search-forward) (114 . log-edit-comment-search-backward) (112 . log-edit-previous-comment) (110 . log-edit-next-comment)) (1 . log-edit-beginning-of-line) (3 keymap (63 . log-edit-mode-help) (11 . log-edit-kill-buffer) (6 . log-edit-show-files) (4 . log-edit-show-diff) (1 . log-edit-insert-changelog) (3 . log-edit-done)))