Fix wording of error message in staticpro.
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Oct 2012 18:21:55 +0000 (20:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Oct 2012 18:21:55 +0000 (20:21 +0200)
src/alloc.c

index 08dc267..257e4fd 100644 (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.");
 }
 
 \f