1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(eshell-rewrite-for-command): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-01-29 16:13:22 +00:00
parent 1b1200a120
commit 31096fe898

View 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")