edit_refresh();
}
} else {
- /* Blow away the justify buffer.*/
+ /* Blow away the text in the justify buffer.*/
free_filestruct(jusbuffer);
jusbuffer = NULL;
}
unpartition_filestruct(&filepart);
#ifndef DISABLE_JUSTIFY
- /* If the justify buffer isn't empty, blow it away and display the
- * shortcut list with UnCut. */
+ /* If the justify buffer isn't empty, blow away the text in it and
+ * display the shortcut list with UnCut. */
if (jusbuffer != NULL) {
free_filestruct(jusbuffer);
jusbuffer = NULL;