{
filestruct *top_save = fileage;
- /* If we're not inserting into a new buffer, unpartition
+ /* If we didn't insert into a new buffer, unpartition
* the filestruct so that it contains all the text
* again. Note that we've replaced the non-text
* originally in the partition with the text in the
if (old_mark_set) {
size_t top_data_len, bot_data_len;
- /* If we added a magicline, remove it now. */
+ /* If the mark was on and we added a magicline, remove it
+ * now. */
if (added_magicline)
remove_magicline();
mark_beginx = bot_data_len;
}
- /* If the mark was on, unpartition the filestruct so that it
- * contains all the text again, and turn the mark back on. */
+ /* Unpartition the filestruct so that it contains all the text
+ * again, and turn the mark back on. */
unpartition_filestruct(filepart);
SET(MARK_ISSET);
}
filestruct *top_save = fileage;
size_t top_data_len, bot_data_len;
- /* If we added a magicline, remove it now. */
+ /* If the mark was on and we added a magicline, remove it
+ * now. */
if (added_magicline)
remove_magicline();
mark_beginx = bot_data_len;
}
- /* If the mark was on, unpartition the filestruct so that it
- * contains all the text again. Note that we've replaced the
- * marked text originally in the partition with the
- * spell-checked marked text in the temp file. */
+ /* Unpartition the filestruct so that it contains all the text
+ * again. Note that we've replaced the marked text originally
+ * in the partition with the spell-checked marked text in the
+ * temp file. */
unpartition_filestruct(filepart);
/* Renumber starting with the beginning line of the old