Mercurial > emacs
diff src/region-cache.h @ 49600:23a1cea22d13
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 14:56:31 +0000 |
| parents | 6ab8801244c2 |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/src/region-cache.h Tue Feb 04 13:30:45 2003 +0000 +++ b/src/region-cache.h Tue Feb 04 14:56:31 2003 +0000 @@ -86,7 +86,7 @@ struct region_cache *CACHE, int HEAD, int TAIL)); -/* The scanning functions. +/* The scanning functions. Basically, if you're scanning forward/backward from position POS, and region_cache_forward/backward returns true, you can skip all @@ -96,7 +96,7 @@ might be able to avoid scanning it again. */ /* Return true if the text immediately after POS in BUF is known, for - the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest + the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest position after POS where the knownness changes. */ extern int region_cache_forward P_ ((struct buffer *BUF, struct region_cache *CACHE,
