comparison 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
comparison
equal deleted inserted replaced
105425:02f737c16cc4 105426:d0a6d64c3cfc
197 abort (); 197 abort ();
198 if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */ 198 if (GAP_SIZE > 0) *(GPT_ADDR) = 0; /* Put an anchor. */
199 QUIT; 199 QUIT;
200 } 200 }
201 201
202 /* Move the gap to a position greater than than the current GPT. 202 /* Move the gap to a position greater than the current GPT.
203 BYTEPOS describes the new position as a byte position, 203 BYTEPOS describes the new position as a byte position,
204 and CHARPOS is the corresponding char position. */ 204 and CHARPOS is the corresponding char position. */
205 205
206 static void 206 static void
207 gap_right (EMACS_INT charpos, EMACS_INT bytepos) 207 gap_right (EMACS_INT charpos, EMACS_INT bytepos)