diff options
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") |