diff options
| author | Stefan Kangas | 2021-11-12 13:50:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-12 13:59:58 +0100 |
| commit | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch) | |
| tree | aeef828e8a85139d1fcebabc85b2a07bce4b2229 /test/lisp/mh-e | |
| parent | 0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff) | |
| download | emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip | |
; Fix typos
Diffstat (limited to 'test/lisp/mh-e')
| -rw-r--r-- | test/lisp/mh-e/mh-utils-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/mh-e/mh-utils-tests.el b/test/lisp/mh-e/mh-utils-tests.el index ed979232a41..d9a26e58959 100644 --- a/test/lisp/mh-e/mh-utils-tests.el +++ b/test/lisp/mh-e/mh-utils-tests.el | |||
| @@ -152,7 +152,7 @@ select which." | |||
| 152 | (defun mh-test-utils-setup () | 152 | (defun mh-test-utils-setup () |
| 153 | "Set dynamically bound variables needed by mock and/or variants. | 153 | "Set dynamically bound variables needed by mock and/or variants. |
| 154 | Call `mh-variant-set' to look through the directories named by | 154 | Call `mh-variant-set' to look through the directories named by |
| 155 | envionment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path') | 155 | environment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path') |
| 156 | to find the MH variant to use, if any. | 156 | to find the MH variant to use, if any. |
| 157 | Return the name of the root of the created directory tree, if any." | 157 | Return the name of the root of the created directory tree, if any." |
| 158 | (when (getenv "TEST_MH_PATH") | 158 | (when (getenv "TEST_MH_PATH") |