aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-02-16 21:13:53 +0100
committerThomas White <taw@bitwiz.org.uk>2018-02-16 21:13:53 +0100
commit66d7abfe17971edc86ac3b06b272d9234f0b4cfe (patch)
tree1b8d125dcc0b2be168517e74d9bf5d2629403ae9
parent1a0b0833c7eb6ceef377c69f32e2325b3fab8f00 (diff)
Update comment
-rw-r--r--src/frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index cdd84f7..7370412 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1182,7 +1182,8 @@ void delete_text_from_frame(struct frame *fr, struct edit_pos p1, struct edit_po
}
-/* offs2 negative means "to end" */
+/* offs2 negative means "to end"
+ * offs1 and offs2 are byte offsets within paragraph */
size_t delete_text_in_paragraph(struct frame *fr, int npara, size_t offs1, ssize_t offs2)
{
int nrun1, nrun2, nrun;