diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/textprop-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/textprop-tests.el b/test/automated/textprop-tests.el index f6604fb8ff5..0baa911421b 100644 --- a/test/automated/textprop-tests.el +++ b/test/automated/textprop-tests.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | (require 'ert) | 25 | (require 'ert) |
| 26 | 26 | ||
| 27 | (ert-deftest textprop-tests-format () | 27 | (ert-deftest textprop-tests-format () |
| 28 | "Test ‘format’ with text properties." | 28 | "Test `format' with text properties." |
| 29 | ;; See Bug#21351. | 29 | ;; See Bug#21351. |
| 30 | (should (equal-including-properties | 30 | (should (equal-including-properties |
| 31 | (format #("mouse-1, RET: %s -- w: copy %s" | 31 | (format #("mouse-1, RET: %s -- w: copy %s" |