updated for version 7.0146
diff --git a/src/spell.c b/src/spell.c
index c3c54b7..8f8c892 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -7699,7 +7699,7 @@
 
 	if (*curbuf->b_p_spf == NUL)
 	{
-	    EMSG(_("E764: 'spellfile' is not set"));
+	    EMSG2(_(e_notset), "spellfile");
 	    return;
 	}