aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/mh-e
diff options
context:
space:
mode:
authorStefan Kangas2021-11-12 13:50:55 +0100
committerStefan Kangas2021-11-12 13:59:58 +0100
commit42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch)
treeaeef828e8a85139d1fcebabc85b2a07bce4b2229 /test/lisp/mh-e
parent0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff)
downloademacs-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.el2
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.
154Call `mh-variant-set' to look through the directories named by 154Call `mh-variant-set' to look through the directories named by
155envionment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path') 155environment variable `TEST_MH_PATH' (default: `mh-path' and `mh-sys-path')
156to find the MH variant to use, if any. 156to find the MH variant to use, if any.
157Return the name of the root of the created directory tree, if any." 157Return the name of the root of the created directory tree, if any."
158 (when (getenv "TEST_MH_PATH") 158 (when (getenv "TEST_MH_PATH")