aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-04-03 17:06:24 +0200
committerThomas White <taw@bitwiz.org.uk>2016-04-03 17:06:24 +0200
commitddb030da60742f9255ceded021ae46b89cea97d0 (patch)
treeff38c579ef9f03563094d243f4ef04c04123f81a /src/frame.c
parent0c214cc897530b6d52e6a3c002a8bf9994284d91 (diff)
Clarification
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 56cb7c8..a0124a7 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -604,7 +604,7 @@ int get_para_highlight(struct frame *fr, int cursor_para,
}
if ( cursor_para >= fr->n_paras ) {
- fprintf(stderr, "Cursor paragraph number is too high!\n");
+ fprintf(stderr, "Highlight paragraph number is too high!\n");
return 1;
}