diff src/syntax.h @ 3498:b03fc4eae965

[xemacs-hg @ 2006-07-08 16:15:54 by aidan] Fix a Mule build failure, update comments.
author aidan
date Sat, 08 Jul 2006 16:15:57 +0000
parents 2b8bb4938bb4
children e0db3c197671
line wrap: on
line diff
--- a/src/syntax.h	Sat Jul 08 09:18:01 2006 +0000
+++ b/src/syntax.h	Sat Jul 08 16:15:57 2006 +0000
@@ -149,7 +149,7 @@
   the tag and the comment bits.
 
   Clearly, such a scheme will not work for Mule, because the matching
-  paren could be any character and as such requires 19 bits, which
+  paren could be any character and as such requires 21 bits, which
   we don't got.
 
   Remember that under Mule we use char tables instead of vectors.