diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-21 16:37:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-21 16:37:35 +0000 |
commit | ab69b2fb30766ce9175344b92e6a5108b5d7244f (patch) | |
tree | f5e229b4353953741abac426cf82cddbbd667933 /lisp/emacs-lisp/lisp-mode.el | |
parent | ea6cd314ce3f31d8afbb92593133fa751084ffff (diff) | |
download | emacs-ab69b2fb30766ce9175344b92e6a5108b5d7244f.tar.gz |
(lisp-body-indent): Add doc.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |