diff options
author | Charles A. Roelli <charles@aurox.ch> | 2019-03-27 20:48:16 +0100 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2019-03-27 20:48:16 +0100 |
commit | 538c66c3069cba8c603d7604ac079992416eb766 (patch) | |
tree | a7ed8ec619b0fd73c471a5816809a26f29828b00 /test/lisp/mail/rmail-tests.el | |
parent | df167575d1ac2d056c8a2ef1fc83d768c09a3d28 (diff) | |
download | emacs-538c66c3069cba8c603d7604ac079992416eb766.tar.gz emacs-538c66c3069cba8c603d7604ac079992416eb766.tar.bz2 emacs-538c66c3069cba8c603d7604ac079992416eb766.zip |
* test/lisp/mail/rmail-tests.el (rmail-autoload): Fix its doc.
Diffstat (limited to 'test/lisp/mail/rmail-tests.el')
-rw-r--r-- | test/lisp/mail/rmail-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/mail/rmail-tests.el b/test/lisp/mail/rmail-tests.el index 00f4583335b..3a0fdbc2614 100644 --- a/test/lisp/mail/rmail-tests.el +++ b/test/lisp/mail/rmail-tests.el @@ -23,7 +23,7 @@ (ert-deftest rmail-autoload () - "Tests to see whether reftex-auc has been autoloaded" + "Test that `rmail-edit-current-message' has been autoloaded." (should (fboundp 'rmail-edit-current-message)) (should |