diff options
| author | Glenn Morris | 2019-12-25 07:50:19 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-12-25 07:50:19 -0800 |
| commit | 2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09 (patch) | |
| tree | 3317f66921cf3cd0d787816217bfd056e2bc2a3f /src/syntax.c | |
| parent | 93d4725f9ceabfaf40e75ecf2e28b67789741941 (diff) | |
| parent | ca6a53d3bc91d6fef9aa872495ab74298ce91bee (diff) | |
| download | emacs-2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09.tar.gz emacs-2bb7bb4abfa5667ba5cd220ca3dd89731f33ff09.zip | |
Merge from origin/emacs-27
ca6a53d3bc Don't default to showing X-Faces externally in Gnus
dbf4b5b2d0 Fix manual typo in Special Read Syntax
a9fe6dfa90 Fix problem with emacs -nw / eww / svg
0de63092c8 Clarify base64 requirements and say what {en,de}code_codin...
6184aa003f ; * etc/NEWS: Fix boring oddities.
51ea32dd12 * src/emacs-module.h.in: Add reference to manual.
75d0cef20d Trivial docstring fixes
ee12c421b6 imagemagick-types needs to initialize ImageMagick
# Conflicts:
# etc/NEWS
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 edfdae22590..0f539da328a 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -2280,7 +2280,7 @@ in_classes (int c, Lisp_Object iso_classes) | |||
| 2280 | for nested comments and should be zero or negative else. | 2280 | for nested comments and should be zero or negative else. |
| 2281 | ST_COMMENT_STYLE cannot be nested. | 2281 | ST_COMMENT_STYLE cannot be nested. |
| 2282 | PREV_SYNTAX is the SYNTAX_WITH_FLAGS of the previous character | 2282 | PREV_SYNTAX is the SYNTAX_WITH_FLAGS of the previous character |
| 2283 | (or 0 If the search cannot start in the middle of a two-character). | 2283 | (or 0 if the search cannot start in the middle of a two-character). |
| 2284 | 2284 | ||
| 2285 | If successful, return true and store the charpos of the comment's | 2285 | If successful, return true and store the charpos of the comment's |
| 2286 | end into *CHARPOS_PTR and the corresponding bytepos into | 2286 | end into *CHARPOS_PTR and the corresponding bytepos into |