]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Sep 2013 19:21:45 +0000 (15:21 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Sep 2013 19:21:45 +0000 (15:21 -0400)
test/automated/eshell.el

index 643e83c6a76dc4bd29e93a0f344b6899b155c674..41c7b25475253006fd8123449ee63c359def012b 100644 (file)
@@ -53,7 +53,7 @@
 
 ;; FIXME this does not return informative failure messages, just t or nil.
 ;; It should return the expected buffer contents and the actual one,
-;; so that we can see what form ant failure took.
+;; so that we can see what form any failure took.
 (defun eshell-command-result-p (text regexp &optional func)
   "Insert a command at the end of the buffer."
   (eshell-insert-command text func)