[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 83518139031: ; Fix docstring typo in Eshell tests
From: |
Jim Porter |
Subject: |
master 83518139031: ; Fix docstring typo in Eshell tests |
Date: |
Sun, 12 Nov 2023 14:09:18 -0500 (EST) |
branch: master
commit 835181390319c0cb8f13fb00a3be0469c49b1d35
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>
; Fix docstring typo in Eshell tests
* test/lisp/eshell/em-hist-tests.el (em-hist-test/check-history-file):
Fix typo.
---
test/lisp/eshell/em-hist-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@
"Check that the contents of FILE-NAME match the EXPECTED history entries.
Additonally, check that after loading the file, the history ring
matches too. If EXPECTED-RING is a list, compare the ring
-elements against that; if t (the default), check again EXPECTED."
+elements against that; if t (the default), check against EXPECTED."
(when (eq expected-ring t) (setq expected-ring expected))
;; First check the actual file.
(should (equal (with-temp-buffer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 83518139031: ; Fix docstring typo in Eshell tests,
Jim Porter <=