diff options
| author | Glenn Morris | 2013-09-16 15:21:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-16 15:21:45 -0400 |
| commit | 8d95f3a69cc3268338a0d29514810c9452b338f3 (patch) | |
| tree | e8159d22dc51fdede7d99d0400d38cb70fd355a3 /test | |
| parent | 88302cbb9f988fd17604be8722731ba53dd1a27a (diff) | |
| download | emacs-8d95f3a69cc3268338a0d29514810c9452b338f3.tar.gz emacs-8d95f3a69cc3268338a0d29514810c9452b338f3.zip | |
Fix comment typo
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 53 | 53 | ||
| 54 | ;; FIXME this does not return informative failure messages, just t or nil. | 54 | ;; FIXME this does not return informative failure messages, just t or nil. |
| 55 | ;; It should return the expected buffer contents and the actual one, | 55 | ;; It should return the expected buffer contents and the actual one, |
| 56 | ;; so that we can see what form ant failure took. | 56 | ;; so that we can see what form any failure took. |
| 57 | (defun eshell-command-result-p (text regexp &optional func) | 57 | (defun eshell-command-result-p (text regexp &optional func) |
| 58 | "Insert a command at the end of the buffer." | 58 | "Insert a command at the end of the buffer." |
| 59 | (eshell-insert-command text func) | 59 | (eshell-insert-command text func) |