# HG changeset patch # User Thien-Thi Nguyen # Date 1107270059 0 # Node ID e760650016fc48b8d6dea7e633eec74c10dc3287 # Parent 17819269525e38196deb083c7ded22e5e37bce0e (lisp-indent-function): Doc fix. diff -r 17819269525e -r e760650016fc lisp/emacs-lisp/lisp-mode.el --- 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.