diff options
author | Bill Wohler <wohler@newt.com> | 2008-08-10 23:22:53 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2008-08-10 23:22:53 +0000 |
commit | 6807fdffa0749c63e1444bf320e6517124cbe5ed (patch) | |
tree | cb2022ca7781326cdf12bea9ab5964ab85fca1da /lisp/mh-e/mh-e.el | |
parent | 8c20bd929fe9db89e8fd89460ddc4b85eacbefd4 (diff) | |
download | emacs-6807fdffa0749c63e1444bf320e6517124cbe5ed.tar.gz |
(mh-variant-set): Fix typo.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 2f7d2c22c25..15a390b63b8 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) |