Mercurial > emacs
diff src/insdel.c @ 105426:d0a6d64c3cfc
Fix typos in comments.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 04 Oct 2009 02:58:53 +0000 |
| parents | ec3ec7f5d54e |
| children | bac26aa40069 |
line wrap: on
line diff
--- a/src/insdel.c Sun Oct 04 02:25:42 2009 +0000 +++ b/src/insdel.c Sun Oct 04 02:58:53 2009 +0000 @@ -199,7 +199,7 @@ QUIT; } -/* Move the gap to a position greater than than the current GPT. +/* Move the gap to a position greater than the current GPT. BYTEPOS describes the new position as a byte position, and CHARPOS is the corresponding char position. */
