Fix wording of error message in staticpro.

This commit is contained in:
Eli Zaretskii 2012-10-18 20:21:55 +02:00
parent 14145a1e84
commit afb8aa2482

View file

@ -5030,7 +5030,7 @@ staticpro (Lisp_Object *varaddress)
{
staticvec[staticidx++] = varaddress;
if (staticidx >= NSTATICS)
fatal ("NSTATICS too small. Try increasing and recompiling Emacs.");
fatal ("NSTATICS too small; try increasing and recompiling Emacs.");
}