1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(mh-variant-set): Fix typo.

This commit is contained in:
Bill Wohler 2008-08-10 23:22:53 +00:00
parent 8c20bd929f
commit 6807fdffa0

View 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)