]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-rewrite-for-command): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:13:22 +0000 (16:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:13:22 +0000 (16:13 +0000)
lisp/eshell/esh-cmd.el

index cc81865057912694d9a3b177c140cacbf6741dca..2b48bad0166584dca9c561737b5e13cd4319bfd8 100644 (file)
@@ -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")