diff options
| author | Stefan Kangas | 2022-09-28 17:34:59 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-28 17:34:59 +0200 |
| commit | 7280f3f0739ac02f19adc7d1bb8945f3c42c5f91 (patch) | |
| tree | 442e63beb497bb1fdaa53d545b6a37c42205171b /test | |
| parent | e37484ee26501c2267bc8ceceb06723490391f00 (diff) | |
| download | emacs-7280f3f0739ac02f19adc7d1bb8945f3c42c5f91.tar.gz emacs-7280f3f0739ac02f19adc7d1bb8945f3c42c5f91.zip | |
; Fix typos
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/mailcap-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/mailcap-tests.el b/test/lisp/net/mailcap-tests.el index c4f011dd1a7..8d047c7ff50 100644 --- a/test/lisp/net/mailcap-tests.el +++ b/test/lisp/net/mailcap-tests.el | |||
| @@ -239,7 +239,7 @@ | |||
| 239 | (print . "print1"))))))))) | 239 | (print . "print1"))))))))) |
| 240 | 240 | ||
| 241 | (ert-deftest mailcap-add-mailcap-entry-new-minor-to-various-major-positions () | 241 | (ert-deftest mailcap-add-mailcap-entry-new-minor-to-various-major-positions () |
| 242 | "Add a new minor entry to major entries at various postions | 242 | "Add a new minor entry to major entries at various positions |
| 243 | in ‘mailcap-mime-data’." | 243 | in ‘mailcap-mime-data’." |
| 244 | (let ((mailcap-mime-data | 244 | (let ((mailcap-mime-data |
| 245 | (list | 245 | (list |