Mercurial > emacs
changeset 2933:420dfaaacfc5
(lisp-body-indent): Add doc.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 May 1993 16:37:35 +0000 |
parents | b68f975d505a |
children | 7c4226d1ea65 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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))