Function: asm-mode-menu

asm-mode-menu is an interactive and byte-compiled function defined in asm-mode.el.gz.

Signature

(asm-mode-menu ARG1)

Documentation

Menu for Asm mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/asm-mode.el.gz
(easy-menu-define asm-mode-menu asm-mode-map
  "Menu for Asm mode."
  '("Asm"
    ["Insert Colon" asm-colon
     :help "Insert a colon; if it follows a label, delete the label's indentation"]
    ["Insert Newline and Indent" newline-and-indent
     :help "Insert a newline, then indent according to major mode"]
    ["Comment Region" comment-region
     :help "Comment or uncomment each line in the region"]))