mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(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
|
(method
|
||||||
(funcall method state indent-point)))))))
|
(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)
|
(defun lisp-indent-specform (count state indent-point normal-indent)
|
||||||
(let ((containing-form-start (elt state 1))
|
(let ((containing-form-start (elt state 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue