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 6fa20c458ba..d84e62ea257 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -341,7 +341,7 @@ dec_bytepos (bytepos) | |||
| 341 | return bytepos; | 341 | return bytepos; |
| 342 | } | 342 | } |
| 343 | 343 | ||
| 344 | /* Return a defun-start position before before POS and not too far before. | 344 | /* Return a defun-start position before POS and not too far before. |
| 345 | It should be the last one before POS, or nearly the last. | 345 | It should be the last one before POS, or nearly the last. |
| 346 | 346 | ||
| 347 | When open_paren_in_column_0_is_defun_start is nonzero, | 347 | When open_paren_in_column_0_is_defun_start is nonzero, |