]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix docstring typo in Eshell tests
authorJim Porter <jporterbugs@gmail.com>
Sun, 12 Nov 2023 19:08:40 +0000 (11:08 -0800)
committerJim Porter <jporterbugs@gmail.com>
Sun, 12 Nov 2023 19:08:40 +0000 (11:08 -0800)
* test/lisp/eshell/em-hist-tests.el (em-hist-test/check-history-file):
Fix typo.

test/lisp/eshell/em-hist-tests.el

index e90ce141a81664da472da09c120a813e2880b1f8..466d19cc6f7985b8e2d057351ee73a7628448bbf 100644 (file)
@@ -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