diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-11-11 10:30:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-11-11 10:32:53 -0800 |
commit | 6b4a97c1c78f39ce890d100acceceb652d14e20d (patch) | |
tree | 9d9f8347a952226adcd73680ed89c5679d6e5326 /test/lisp | |
parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz |
Fix some quoting glitches in doc strings
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/files-tests.el | 4 |
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 _) |