Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 37991:908deaf5c7f5
(lisp-indent-offset): Add a doc string.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 05 Jun 2001 08:49:52 +0000 |
parents | 3584cfe3136a |
children | 8a3e61895b17 |
comparison
equal
deleted
inserted
replaced
37990:7a5e9d959331 | 37991:908deaf5c7f5 |
---|---|
502 (point)))) | 502 (point)))) |
503 (do-auto-fill) | 503 (do-auto-fill) |
504 (let ((comment-start nil) (comment-start-skip nil)) | 504 (let ((comment-start nil) (comment-start-skip nil)) |
505 (do-auto-fill))))) | 505 (do-auto-fill))))) |
506 | 506 |
507 (defvar lisp-indent-offset nil) | 507 (defvar lisp-indent-offset nil |
508 "If non-nil, indent second line of expressions that many more columns.") | |
508 (defvar lisp-indent-function 'lisp-indent-function) | 509 (defvar lisp-indent-function 'lisp-indent-function) |
509 | 510 |
510 (defun lisp-indent-line (&optional whole-exp) | 511 (defun lisp-indent-line (&optional whole-exp) |
511 "Indent current line as Lisp code. | 512 "Indent current line as Lisp code. |
512 With argument, indent any additional lines of the same expression | 513 With argument, indent any additional lines of the same expression |