forked from Github/emacs
Fix wording of error message in staticpro.
This commit is contained in:
parent
14145a1e84
commit
afb8aa2482
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue