From 31096fe898f8cb2194d771fdd4c96ca7a02e8d52 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:13:22 +0000 Subject: [PATCH] (eshell-rewrite-for-command): Fix typo in docstring. --- lisp/eshell/esh-cmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2