summaryrefslogtreecommitdiff
path: root/test/lisp/files-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/files-tests.el')
-rw-r--r--test/lisp/files-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index d73c6a78421..eca1e3bc7f9 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -240,8 +240,8 @@ form.")
(should (equal kill-emacs-args '(nil)))))
(ert-deftest files-tests-read-file-in-~ ()
- "Test file prompting in directory named '~'.
-If we are in a directory named '~', the default value should not
+ "Test file prompting in directory named `~'.
+If we are in a directory named `~', the default value should not
be $HOME."
(cl-letf (((symbol-function 'completing-read)
(lambda (_prompt _coll &optional _pred _req init _hist def _)