aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJuanma Barranquero2011-07-14 03:09:00 +0200
committerJuanma Barranquero2011-07-14 03:09:00 +0200
commit5eba16a37cacff2065186df8cb6153ccaebae298 (patch)
tree5a90f97c6006f504390314a27c12fa891acfc60f /test
parentc0a8ae956f71631400fcb52669f4f923ed4151af (diff)
downloademacs-5eba16a37cacff2065186df8cb6153ccaebae298.tar.gz
emacs-5eba16a37cacff2065186df8cb6153ccaebae298.zip
Fix typos.
Diffstat (limited to 'test')
-rw-r--r--test/eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eshell.el b/test/eshell.el
index 3b392e84c24..8a9e62a759a 100644
--- a/test/eshell.el
+++ b/test/eshell.el
@@ -396,7 +396,7 @@
396 (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) 396 (eshell-command-result-p "+ ${+ 1 2} 3" "6\n"))
397 397
398(eshell-deftest var interp-lisp 398(eshell-deftest var interp-lisp
399 "Interpolate Lisp form evalution" 399 "Interpolate Lisp form evaluation"
400 (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) 400 (eshell-command-result-p "+ $(+ 1 2) 3" "6\n"))
401 401
402(eshell-deftest var interp-concat 402(eshell-deftest var interp-concat