(lisp-indent-offset): Add a doc string.
This commit is contained in:
parent
e6aeb775f9
commit
cada28bb17
2 changed files with 6 additions and 1 deletions
|
@ -504,7 +504,8 @@ the minibuffer."
|
|||
(let ((comment-start nil) (comment-start-skip nil))
|
||||
(do-auto-fill)))))
|
||||
|
||||
(defvar lisp-indent-offset nil)
|
||||
(defvar lisp-indent-offset nil
|
||||
"If non-nil, indent second line of expressions that many more columns.")
|
||||
(defvar lisp-indent-function 'lisp-indent-function)
|
||||
|
||||
(defun lisp-indent-line (&optional whole-exp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue