Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 59846:e760650016fc
(lisp-indent-function): Doc fix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 01 Feb 2005 15:00:59 +0000 |
parents | c4bcae7d90b4 |
children | d992bb330d29 |
comparison
equal
deleted
inserted
replaced
59845:17819269525e | 59846:e760650016fc |
---|---|
879 If the current line is in a call to a Lisp function | 879 If the current line is in a call to a Lisp function |
880 which has a non-nil property `lisp-indent-function', | 880 which has a non-nil property `lisp-indent-function', |
881 that specifies how to do the indentation. The property value can be | 881 that specifies how to do the indentation. The property value can be |
882 * `defun', meaning indent `defun'-style; | 882 * `defun', meaning indent `defun'-style; |
883 * an integer N, meaning indent the first N arguments specially | 883 * an integer N, meaning indent the first N arguments specially |
884 like ordinary function arguments and then indent any further | 884 like ordinary function arguments and then indent any further |
885 aruments like a body; | 885 arguments like a body; |
886 * a function to call just as this function was called. | 886 * a function to call just as this function was called. |
887 If that function returns nil, that means it doesn't specify | 887 If that function returns nil, that means it doesn't specify |
888 the indentation. | 888 the indentation. |
889 | 889 |
890 This function also returns nil meaning don't specify the indentation." | 890 This function also returns nil meaning don't specify the indentation." |