comparison lisp/emacs-lisp/lisp-mode.el @ 2933:420dfaaacfc5

(lisp-body-indent): Add doc.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 May 1993 16:37:35 +0000
parents 17d258d8e8e4
children 6c9b5f6dca70
comparison
equal deleted inserted replaced
2932:b68f975d505a 2933:420dfaaacfc5
424 (lisp-indent-specform method state 424 (lisp-indent-specform method state
425 indent-point normal-indent)) 425 indent-point normal-indent))
426 (method 426 (method
427 (funcall method state indent-point))))))) 427 (funcall method state indent-point)))))))
428 428
429 (defconst lisp-body-indent 2 "") 429 (defconst lisp-body-indent 2
430 "Number of columns to indent the second line of a `(def...)' form.")
430 431
431 (defun lisp-indent-specform (count state indent-point normal-indent) 432 (defun lisp-indent-specform (count state indent-point normal-indent)
432 (let ((containing-form-start (elt state 1)) 433 (let ((containing-form-start (elt state 1))
433 (i count) 434 (i count)
434 body-indent containing-form-column) 435 body-indent containing-form-column)