diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h index c0e38ce9659..69b0aed53e4 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -651,9 +651,9 @@ struct buffer | |||
| 651 | ptrdiff_t last_window_start; | 651 | ptrdiff_t last_window_start; |
| 652 | 652 | ||
| 653 | /* If the long line scan cache is enabled (i.e. the buffer-local | 653 | /* If the long line scan cache is enabled (i.e. the buffer-local |
| 654 | variable cache-long-line-scans is non-nil), newline_cache | 654 | variable cache-long-scans is non-nil), newline_cache points to |
| 655 | points to the newline cache, and width_run_cache points to the | 655 | the newline cache, and width_run_cache points to the width run |
| 656 | width run cache. | 656 | cache. |
| 657 | 657 | ||
| 658 | The newline cache records which stretches of the buffer are | 658 | The newline cache records which stretches of the buffer are |
| 659 | known *not* to contain newlines, so that they can be skipped | 659 | known *not* to contain newlines, so that they can be skipped |