From: Glenn Morris Date: Mon, 16 Sep 2013 19:21:45 +0000 (-0400) Subject: Fix comment typo X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d95f3a69cc3268338a0d29514810c9452b338f3;p=emacs.git Fix comment typo --- diff --git a/test/automated/eshell.el b/test/automated/eshell.el index 643e83c6a76..41c7b254752 100644 --- a/test/automated/eshell.el +++ b/test/automated/eshell.el @@ -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)