aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell
diff options
context:
space:
mode:
authorJim Porter2023-11-12 11:08:40 -0800
committerJim Porter2023-11-12 11:08:40 -0800
commit835181390319c0cb8f13fb00a3be0469c49b1d35 (patch)
tree773940bb7cc9a4d504b98c06f11154ea6687f7ee /test/lisp/eshell
parent0bfe764fe5691a76c1c12557b6b0b5bfa9cbc012 (diff)
downloademacs-835181390319c0cb8f13fb00a3be0469c49b1d35.tar.gz
emacs-835181390319c0cb8f13fb00a3be0469c49b1d35.zip
; Fix docstring typo in Eshell tests
* test/lisp/eshell/em-hist-tests.el (em-hist-test/check-history-file): Fix typo.
Diffstat (limited to 'test/lisp/eshell')
-rw-r--r--test/lisp/eshell/em-hist-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el
index e90ce141a81..466d19cc6f7 100644
--- a/test/lisp/eshell/em-hist-tests.el
+++ b/test/lisp/eshell/em-hist-tests.el
@@ -37,7 +37,7 @@
37 "Check that the contents of FILE-NAME match the EXPECTED history entries. 37 "Check that the contents of FILE-NAME match the EXPECTED history entries.
38Additonally, check that after loading the file, the history ring 38Additonally, check that after loading the file, the history ring
39matches too. If EXPECTED-RING is a list, compare the ring 39matches too. If EXPECTED-RING is a list, compare the ring
40elements against that; if t (the default), check again EXPECTED." 40elements against that; if t (the default), check against EXPECTED."
41 (when (eq expected-ring t) (setq expected-ring expected)) 41 (when (eq expected-ring t) (setq expected-ring expected))
42 ;; First check the actual file. 42 ;; First check the actual file.
43 (should (equal (with-temp-buffer 43 (should (equal (with-temp-buffer