summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 08dc26784cc..257e4fdd5e3 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -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.");
}