log-edit-menu

log-edit-menu is a variable defined in `log-edit.el'.
Its value is shown below.

Documentation:
Menu used for `log-edit-mode'.

Value:

(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"))