diff options
| author | Jim Porter | 2023-11-12 11:08:40 -0800 |
|---|---|---|
| committer | Jim Porter | 2023-11-12 11:08:40 -0800 |
| commit | 835181390319c0cb8f13fb00a3be0469c49b1d35 (patch) | |
| tree | 773940bb7cc9a4d504b98c06f11154ea6687f7ee /test/lisp/eshell | |
| parent | 0bfe764fe5691a76c1c12557b6b0b5bfa9cbc012 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 38 | Additonally, check that after loading the file, the history ring | 38 | Additonally, check that after loading the file, the history ring |
| 39 | matches too. If EXPECTED-RING is a list, compare the ring | 39 | matches too. If EXPECTED-RING is a list, compare the ring |
| 40 | elements against that; if t (the default), check again EXPECTED." | 40 | elements 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 |