diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index 30560affdf0..dc82210e79d 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1129,7 +1129,7 @@ The first character of NEWENTRY should be one of the following: | |||
| 1129 | _ symbol constituent. . punctuation. | 1129 | _ symbol constituent. . punctuation. |
| 1130 | ( open-parenthesis. ) close-parenthesis. | 1130 | ( open-parenthesis. ) close-parenthesis. |
| 1131 | " string quote. \\ escape. | 1131 | " string quote. \\ escape. |
| 1132 | $ paired delimiter. ' expression quote or prefix operator. | 1132 | $ paired delimiter. \\=' expression quote or prefix operator. |
| 1133 | < comment starter. > comment ender. | 1133 | < comment starter. > comment ender. |
| 1134 | / character-quote. @ inherit from parent table. | 1134 | / character-quote. @ inherit from parent table. |
| 1135 | | generic string fence. ! generic comment fence. | 1135 | | generic string fence. ! generic comment fence. |