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/src/lread-tests.el | |
parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz |
Fix some quoting glitches in doc strings
Diffstat (limited to 'test/src/lread-tests.el')
-rw-r--r-- | test/src/lread-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index ba5bfe0145d..3a2212ef770 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el @@ -145,7 +145,7 @@ literals (Bug#20852)." "expected!"))))) (ert-deftest lread-tests--funny-quote-symbols () - "Check that 'smart quotes' or similar trigger errors in symbol names." + "Check that `smart quotes' or similar trigger errors in symbol names." (dolist (quote-char '(#x2018 ;; LEFT SINGLE QUOTATION MARK #x2019 ;; RIGHT SINGLE QUOTATION MARK |