(lisp-indent-function): Doc fix.

This commit is contained in:
Thien-Thi Nguyen 2005-02-01 15:02:50 +00:00
parent 489632ba4f
commit b961eb0e98
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2005-02-01 Carsten Dominik <dominik@science.uva.nl> 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
* textmodes/reftex.el (reftex-access-scan-info): Error out in a * textmodes/reftex.el (reftex-access-scan-info): Error out in a

View file

@ -882,7 +882,7 @@ that specifies how to do the indentation. The property value can be
* `defun', meaning indent `defun'-style; * `defun', meaning indent `defun'-style;
* an integer N, meaning indent the first N arguments specially * an integer N, meaning indent the first N arguments specially
like ordinary function arguments and then indent any further like ordinary function arguments and then indent any further
aruments like a body; arguments like a body;
* a function to call just as this function was called. * a function to call just as this function was called.
If that function returns nil, that means it doesn't specify If that function returns nil, that means it doesn't specify
the indentation. the indentation.