diff options
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 |