diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:58:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 02:58:53 +0000 |
commit | 2b34df4ebc935a834a77b930b35c4a42f7236440 (patch) | |
tree | 38a4bf160efa08af8c9879fcd4b4263945c66df8 /src/insdel.c | |
parent | 040759526fbb4f10bba6e3f8c243a35bdb043032 (diff) | |
download | emacs-2b34df4ebc935a834a77b930b35c4a42f7236440.tar.gz |
Fix typos in comments.
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index f94f4f0067b..eaf899c8a0e 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -199,7 +199,7 @@ gap_left (EMACS_INT charpos, EMACS_INT bytepos, int newgap) 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. */ |