From: Thien-Thi Nguyen Date: Tue, 1 Feb 2005 15:02:50 +0000 (+0000) Subject: (lisp-indent-function): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b961eb0e9896443e57a18e5d59d7227ce158079c;p=emacs.git (lisp-indent-function): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce12a475f3..e444165a8d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-02-01 Thien-Thi Nguyen + + * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. + 2005-02-01 Carsten Dominik * textmodes/reftex.el (reftex-access-scan-info): Error out in a diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 86c3ac1bab4..6548a70f7d8 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -881,8 +881,8 @@ which has a non-nil property `lisp-indent-function', that specifies how to do the indentation. The property value can be * `defun', meaning indent `defun'-style; * an integer N, meaning indent the first N arguments specially -like ordinary function arguments and then indent any further -aruments like a body; + like ordinary function arguments and then indent any further + arguments like a body; * a function to call just as this function was called. If that function returns nil, that means it doesn't specify the indentation.