# HG changeset patch # User Richard M. Stallman # Date 738002255 0 # Node ID 420dfaaacfc59ce3d8ecaa35f00805be48d4b14d # Parent b68f975d505a4a9dd5fe1d183b740911d907f385 (lisp-body-indent): Add doc. diff -r b68f975d505a -r 420dfaaacfc5 lisp/emacs-lisp/lisp-mode.el --- 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))