lisp-mode-map

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

Documentation:
Keymap for ordinary Lisp mode.
All commands in `lisp-mode-shared-map' are inherited by this map.

Value:

(keymap (24 keymap (5 . lisp-eval-last-sexp)) (menu-bar keymap (lisp "Lisp" keymap (ind-sexp menu-item "Indent sexp" indent-sexp :help "Indent each line of the list starting just after point") (ev-def menu-item "Eval defun" lisp-eval-defun :help "Send the current defun to the Lisp process made by M-x run-lisp") (run-lisp menu-item "Run inferior Lisp" run-lisp :help "Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'") "Lisp")) (3 keymap (22 . lisp-show-variable-documentation) (6 . lisp-show-function-documentation) (4 . lisp-describe-sym) (1 . lisp-show-arglist) (11 . lisp-compile-file) (12 . lisp-load-file) (3 . lisp-compile-defun) (16 . lisp-eval-paragraph) (14 . lisp-eval-form-and-next) (18 . lisp-eval-region) (5 . lisp-eval-defun) (26 . switch-to-lisp)) (27 keymap (24 . lisp-eval-defun)) keymap (127 . backward-delete-char-untabify) (27 keymap (17 . indent-sexp)) keymap (27 keymap (17 . prog-indent-sexp)))