aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 2f7d2c22c2..15a390b63b 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -907,7 +907,7 @@ finally GNU mailutils MH."
(when (and (stringp variant)
(string-match "^mu-mh" variant))
(message
- (format "%s\n%s; %s" "The variant name mh-mh has been renamed to gnu-mh"
+ (format "%s\n%s; %s" "The variant name mu-mh has been renamed to gnu-mh"
"and will be removed in MH-E 9.0"
"try M-x customize-option mh-variant"))
(sit-for 5)