From: Jim Porter Date: Sun, 12 Nov 2023 19:08:40 +0000 (-0800) Subject: ; Fix docstring typo in Eshell tests X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=835181390319c0cb8f13fb00a3be0469c49b1d35;p=emacs.git ; Fix docstring typo in Eshell tests * test/lisp/eshell/em-hist-tests.el (em-hist-test/check-history-file): Fix typo. --- 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