aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorBill Wohler <[email protected]>2008-08-10 23:22:53 +0000
committerBill Wohler <[email protected]>2008-08-10 23:22:53 +0000
commit6807fdffa0749c63e1444bf320e6517124cbe5ed (patch)
treecb2022ca7781326cdf12bea9ab5964ab85fca1da /lisp/mh-e
parent8c20bd929fe9db89e8fd89460ddc4b85eacbefd4 (diff)
(mh-variant-set): Fix typo.
Diffstat (limited to 'lisp/mh-e')
-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)