Function: change-log-mode-menu

change-log-mode-menu is an interactive and byte-compiled function defined in add-log.el.gz.

Signature

(change-log-mode-menu ARG1)

Documentation

Menu for Change Log major mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
(easy-menu-define change-log-mode-menu change-log-mode-map
  "Menu for Change Log major mode."
  '("ChangeLog"
    ["Previous Log-Edit Comment" add-log-edit-prev-comment
     :help "Cycle backward through Log-Edit mode comment history"]
    ["Next Log-Edit Comment" add-log-edit-next-comment
     :help "Cycle forward through Log-Edit mode comment history"]
    "---"
    ["Find File" change-log-find-file
     :help "Visit the file for the change under point"]
    ["Go To Source" change-log-goto-source
     :help "Go to source location of ChangeLog tag near point"]))