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 | cf5139d8846caeafa7ff9d15197a1ca9a6529d6a (patch) | |
tree | 21ec01979e2ec6e602744f354a9561a9ed740464 /lisp/emacs-lisp/lisp-mode.el | |
parent | 3da96db2aad20e770256a7a44d889bf46a1787e0 (diff) | |
download | emacs-cf5139d8846caeafa7ff9d15197a1ca9a6529d6a.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)) |