# HG changeset patch # User Juanma Barranquero # Date 1170087202 0 # Node ID aee02f0a570b1e68612caf4a72628488f93e3816 # Parent 7064e151eb7e1b721f71694d11a1c0de1e4b7db5 (eshell-rewrite-for-command): Fix typo in docstring. diff -r 7064e151eb7e -r aee02f0a570b lisp/eshell/esh-cmd.el --- a/lisp/eshell/esh-cmd.el Mon Jan 29 16:11:48 2007 +0000 +++ b/lisp/eshell/esh-cmd.el Mon Jan 29 16:13:22 2007 +0000 @@ -497,7 +497,7 @@ (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")