Rename string-mark-left-to-right to bidi-string-mark-left-to-right in the manual.
[bpt/emacs.git] / test / eshell.el
index 3b392e8..8a9e62a 100644 (file)
   (eshell-command-result-p "+ ${+ 1 2} 3" "6\n"))
 
 (eshell-deftest var interp-lisp
-  "Interpolate Lisp form evalution"
+  "Interpolate Lisp form evaluation"
   (eshell-command-result-p "+ $(+ 1 2) 3" "6\n"))
 
 (eshell-deftest var interp-concat