File: elisp-mode.el.html
The major mode for editing Emacs Lisp code.
This mode is documented in the Emacs manual.
Defined variables (19)
elisp--eldoc-last-data | Bookkeeping. |
elisp-byte-code-mode-abbrev-table | Abbrev table for ‘elisp-byte-code-mode’. |
elisp-byte-code-mode-hook | Hook run after entering Elisp-Byte-Code mode. |
elisp-byte-code-mode-map | Keymap for ‘elisp-byte-code-mode’. |
elisp-byte-code-mode-syntax-table | Syntax table for ‘elisp-byte-code-mode’. |
elisp-flymake--byte-compile-process | Buffer-local process started for byte-compiling the buffer. |
elisp-flymake-byte-compile-load-path | Like ‘load-path’ but used by ‘elisp-flymake-byte-compile’. |
elisp-xref-find-def-functions | List of functions run from ‘elisp--xref-find-definitions’ to add more xrefs. |
emacs-lisp-byte-code-comment-re | Regular expression matching a dynamic doc string comment. |
emacs-lisp-mode-abbrev-table | Abbrev table for Emacs Lisp mode. |
emacs-lisp-mode-hook | Hook run when entering Emacs Lisp mode. |
emacs-lisp-mode-map | Keymap for Emacs Lisp mode. |
emacs-lisp-mode-menu | Menu for Emacs Lisp mode. |
emacs-lisp-mode-syntax-table | Syntax table used in ‘emacs-lisp-mode’. |
lisp-interaction-mode-hook | Hook run when entering Lisp Interaction mode. |
lisp-interaction-mode-map | Keymap for Lisp Interaction mode. |
lisp-interaction-mode-menu | Menu for Lisp Interaction mode. |
lisp-interaction-mode-syntax-table | Syntax table for ‘lisp-interaction-mode’. |
obarray-cache | If non-nil, a hash table of cached obarray-related information. |