change-log-mode-map

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

Documentation:
Keymap for Change Log major mode.

Value:

(keymap (menu-bar keymap (changelog "ChangeLog" keymap (pr menu-item "Previous Log-Edit Comment" add-log-edit-prev-comment :help "Cycle backward through Log-Edit mode comment history") (nx menu-item "Next Log-Edit Comment" add-log-edit-next-comment :help "Cycle forward through Log-Edit mode comment history") (sep "--") (ff menu-item "Find File" change-log-find-file :help "Visit the file for the change under point") (gs menu-item "Go To Source" change-log-goto-source :help "Go to source location of ChangeLog tag near point"))) (3 keymap (3 . change-log-goto-source) (6 . change-log-find-file) (14 . add-log-edit-next-comment) (16 . add-log-edit-prev-comment)))