From ab69b2fb30766ce9175344b92e6a5108b5d7244f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 May 1993 16:37:35 +0000 Subject: (lisp-body-indent): Add doc. --- lisp/emacs-lisp/lisp-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index c349d594e4b..4a75b4c4097 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)) -- cgit v1.2.3