]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-indent-function): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 1 Feb 2005 15:02:50 +0000 (15:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 1 Feb 2005 15:02:50 +0000 (15:02 +0000)
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index 7ce12a475f3e869530b61c5cbebfcabf3350aca2..e444165a8d68d6d58fe45179904b8eef6a4f590b 100644 (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>
 
        * textmodes/reftex.el (reftex-access-scan-info): Error out in a
index 86c3ac1bab44ddb536627d7f1ab95dc0e50fc2b8..6548a70f7d85681a6db9bb6689babfad533de470 100644 (file)
@@ -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.