mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(eshell-rewrite-for-command): Fix typo in docstring.
This commit is contained in:
parent
1b1200a120
commit
31096fe898
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue