Mercurial > emacs
diff lisp/emacs-lisp/lisp-mode.el @ 2933:420dfaaacfc5
(lisp-body-indent): Add doc.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 May 1993 16:37:35 +0000 |
parents | 17d258d8e8e4 |
children | 6c9b5f6dca70 |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Fri May 21 04:12:28 1993 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Fri May 21 16:37:35 1993 +0000 @@ -426,7 +426,8 @@ (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))