diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-12 13:50:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 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.tar.bz2 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." (defun mh-test-utils-setup () "Set dynamically bound variables needed by mock and/or variants. Call `mh-variant-set' to look through the directories named by -envionment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path') +environment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path') to find the MH variant to use, if any. Return the name of the root of the created directory tree, if any." (when (getenv "TEST_MH_PATH") |