(lisp-body-indent): Add doc.

This commit is contained in:
Richard M. Stallman 1993-05-21 16:37:35 +00:00
parent ea6cd314ce
commit ab69b2fb30

View file

@ -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))