diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-23 13:35:55 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-02 13:29:45 +0200 |
commit | 78eacf31e8fe182801ad1943fac717b75fcf286b (patch) | |
tree | 38da2670157302d3663dbee6f1a708dea50a925b /test/lisp/mail | |
parent | d5d12707d639261a10726fcca992ba9e538be671 (diff) | |
download | emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.gz emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.tar.bz2 emacs-78eacf31e8fe182801ad1943fac717b75fcf286b.zip |
; Fix many typos in symbols in docs and comments
Diffstat (limited to 'test/lisp/mail')
-rw-r--r-- | test/lisp/mail/uudecode-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/mail/uudecode-tests.el b/test/lisp/mail/uudecode-tests.el index 61c20075633..4c9650f556c 100644 --- a/test/lisp/mail/uudecode-tests.el +++ b/test/lisp/mail/uudecode-tests.el @@ -43,12 +43,12 @@ (uudecode-tests-read-file (expand-file-name "uuencoded.txt" uudecode-tests-data-dir)) "Uuencoded data for bookmark-tests.el -Same as `bookmark-tests-decoded-str' but uuencoded.") +Same as `uudecode-tests-decoded-str' but uuencoded.") (defvar uudecode-tests-decoded-str (uudecode-tests-read-file (expand-file-name "uudecoded.txt" uudecode-tests-data-dir)) "Plain text data for bookmark-tests.el -Same as `bookmark-tests-encoded-str' but plain text.") +Same as `uudecode-tests-encoded-str' but plain text.") (ert-deftest uudecode-tests-decode-region-internal () ;; Write to buffer |