(lisp-body-indent): Add doc.
This commit is contained in:
parent
ea6cd314ce
commit
ab69b2fb30
1 changed files with 2 additions and 1 deletions
|
@ -426,7 +426,8 @@ of the start of the containing expression."
|
|||
(method
|
||||
(funcall method state indent-point)))))))
|
||||
|
||||
(defconst lisp-body-indent 2 "")
|
||||
(defconst lisp-body-indent 2
|
||||
"Number of columns to indent the second line of a `(def...)' form.")
|
||||
|
||||
(defun lisp-indent-specform (count state indent-point normal-indent)
|
||||
(let ((containing-form-start (elt state 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue