expand-sample-lisp-mode-expand-list

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

Documentation:
Expansions for Lisp mode. See `expand-add-abbrevs'.

Value:

(("defu" "(defun ()\n \"\"\n (interactive)\n (let* (\n )\n \n ))" (8 11 16 32 43 59)) ("defs" "(defsubst ()\n \"\"\n (interactive)\n )" (11 14 19 23 39)) ("defm" "(defmacro ()\n \"\"\n `( \n ))" (11 13 18 25)) ("defa" "(defadvice (around act)\n \"\"\n \n )" (12 22 32 36)) ("defc" "(defconst nil\n \"\")\n" (11 13 20)) ("defv" "(defvar nil\n \"\")\n" (9 11 18)) ("let" "(let* (\n)\n " (8 13)) ("sav" "(save-excursion\n \n)" (18)) ("aut" "(autoload ' \"\" t t)\n" (12 14)))