From: Bill Wohler Date: Sun, 10 Aug 2008 23:22:53 +0000 (+0000) Subject: (mh-variant-set): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~3536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6807fdffa0749c63e1444bf320e6517124cbe5ed;p=emacs.git (mh-variant-set): Fix typo. --- 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)