emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el,v
Date: Mon, 29 Jan 2007 16:13:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/29 16:13:22

Index: esh-cmd.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/esh-cmd.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- esh-cmd.el  21 Jan 2007 02:48:43 -0000      1.31
+++ esh-cmd.el  29 Jan 2007 16:13:22 -0000      1.32
@@ -497,7 +497,7 @@
 (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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]