changeset 59846:e760650016fc

(lisp-indent-function): Doc fix.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 01 Feb 2005 15:00:59 +0000
parents 17819269525e
children 1a68a372418d
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Tue Feb 01 12:39:39 2005 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Tue Feb 01 15:00:59 2005 +0000
@@ -881,8 +881,8 @@
 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.