aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index fa34c2433c1..52067b8f8fa 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -923,7 +923,7 @@ text property. */)
923 p = SDATA (string); 923 p = SDATA (string);
924 code = (enum syntaxcode) syntax_spec_code[*p++]; 924 code = (enum syntaxcode) syntax_spec_code[*p++];
925 if (((int) code & 0377) == 0377) 925 if (((int) code & 0377) == 0377)
926 error ("invalid syntax description letter: %c", p[-1]); 926 error ("Invalid syntax description letter: %c", p[-1]);
927 927
928 if (code == Sinherit) 928 if (code == Sinherit)
929 return Qnil; 929 return Qnil;