From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:13:22 +0000 (+0000) Subject: (eshell-rewrite-for-command): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.94~532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31096fe898f8cb2194d771fdd4c96ca7a02e8d52;p=emacs.git (eshell-rewrite-for-command): Fix typo in docstring. --- diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index cc818650579..2b48bad0166 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -497,7 +497,7 @@ the second is ignored." (defun eshell-rewrite-for-command (terms) "Rewrite a `for' command into its equivalent Eshell command form. Because the implementation of `for' relies upon conditional evaluation -of its argumbent (i.e., use of a Lisp special form), it must be +of its argument (i.e., use of a Lisp special form), it must be implemented via rewriting, rather than as a function." (if (and (stringp (car terms)) (string= (car terms) "for")