diff options
| author | K. Handa | 2015-09-01 20:46:15 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-01 20:46:15 +0900 |
| commit | 3e0e2339cd379eeba8d9bc758f2e8e574144e252 (patch) | |
| tree | 9d119efed6e52e5c24dbd84836148157271799a8 /src/syntax.c | |
| parent | 524eeb2e5e158d98ea52fe5ebe4768c4433ba8b2 (diff) | |
| parent | ff0a92f6461941902eb9e974bdd2ff9adacb7bc4 (diff) | |
| download | emacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.tar.gz emacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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. |