diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:13:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-29 16:13:22 +0000 |
commit | 31096fe898f8cb2194d771fdd4c96ca7a02e8d52 (patch) | |
tree | 4a4f65c28e754dbd9f27bdfd89cd221020e6c9a7 /lisp/eshell | |
parent | 1b1200a12034f650d8d9ea71eb5dc58a405e6455 (diff) | |
download | emacs-31096fe898f8cb2194d771fdd4c96ca7a02e8d52.tar.gz |
(eshell-rewrite-for-command): Fix typo in docstring.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |