]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-variant-set): Fix typo.
authorBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:22:53 +0000 (23:22 +0000)
committerBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:22:53 +0000 (23:22 +0000)
lisp/mh-e/mh-e.el

index 2f7d2c22c254f6fccf5705dad5fdd256b60b8ce9..15a390b63b86b4dba815532b95872a231ce57b77 100644 (file)
@@ -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)