Mercurial > emacs
diff src/marker.c @ 44651:392bc50108e8
Fix typo in comment.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 17 Apr 2002 13:49:49 +0000 |
| parents | 0fddc27db9ae |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/src/marker.c Wed Apr 17 10:36:37 2002 +0000 +++ b/src/marker.c Wed Apr 17 13:49:49 2002 +0000 @@ -49,7 +49,7 @@ /* Converting between character positions and byte positions. */ /* There are several places in the buffer where we know - the corrspondence: BEG, BEGV, PT, GPT, ZV and Z, + the correspondence: BEG, BEGV, PT, GPT, ZV and Z, and everywhere there is a marker. So we find the one of these places that is closest to the specified position, and scan from there. */
