Variable: lisp-indent-defun-method
lisp-indent-defun-method is a variable defined in cl-indent.el.gz.
Value
(4 &lambda &body)
Documentation
Defun-like indentation method.
This applies when the value of the common-lisp-indent-function property
is set to defun.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-indent.el.gz
(defvar lisp-indent-defun-method '(4 &lambda &body)
"Defun-like indentation method.
This applies when the value of the `common-lisp-indent-function' property
is set to `defun'.")