diff options
Diffstat (limited to 'src/region-cache.c')
| -rw-r--r-- | src/region-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/region-cache.c b/src/region-cache.c index ed7a07a6709..054374eb688 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -699,7 +699,7 @@ know_region_cache (struct buffer *buf, struct region_cache *c, | |||
| 699 | 699 | ||
| 700 | /* Return true if the text immediately after POS in BUF is known, for | 700 | /* Return true if the text immediately after POS in BUF is known, for |
| 701 | the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest | 701 | the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest |
| 702 | position after POS where the knownness changes. */ | 702 | position after POS where the knowledge changes. */ |
| 703 | int | 703 | int |
| 704 | region_cache_forward (struct buffer *buf, struct region_cache *c, | 704 | region_cache_forward (struct buffer *buf, struct region_cache *c, |
| 705 | ptrdiff_t pos, ptrdiff_t *next) | 705 | ptrdiff_t pos, ptrdiff_t *next) |
| @@ -736,7 +736,7 @@ region_cache_forward (struct buffer *buf, struct region_cache *c, | |||
| 736 | 736 | ||
| 737 | /* Return true if the text immediately before POS in BUF is known, for | 737 | /* Return true if the text immediately before POS in BUF is known, for |
| 738 | the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest | 738 | the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest |
| 739 | position before POS where the knownness changes. */ | 739 | position before POS where the knowledge changes. */ |
| 740 | int region_cache_backward (struct buffer *buf, struct region_cache *c, | 740 | int region_cache_backward (struct buffer *buf, struct region_cache *c, |
| 741 | ptrdiff_t pos, ptrdiff_t *next) | 741 | ptrdiff_t pos, ptrdiff_t *next) |
| 742 | { | 742 | { |