From 5a8c5e8523db2b94055aba05413f3223ef0544e3 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 28 Sep 2024 01:23:05 +0200 Subject: some minor fixes to help (?) command --- src/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/help.c b/src/help.c index 9ee7239..0f88646 100644 --- a/src/help.c +++ b/src/help.c @@ -345,7 +345,7 @@ gboolean teco_state_help_process_edit_cmd(teco_machine_main_t *ctx, teco_machine * .EE * In other words it must be a \*(ST comment followed * by an asterisk sign, followed by the first topic which - * is a buffer position, followed by a colon and the topic + * is a buffer position in bytes, followed by a colon and the topic * string. * The topic string is terminated by the end of the line. * The end of the header is marked by a single \(lq*!\(rq. @@ -371,7 +371,7 @@ gboolean teco_state_help_process_edit_cmd(teco_machine_main_t *ctx, teco_machine * \fIgrosciteco\fP formatter and the \fIsciteco.tmac\fP * GNU troff macros. * When using womanpages generated by \fIgrosciteco\fP, - * help topics can be defined using the \fBTECO_TOPIC\fP + * help topics can be defined using the \fBSCITECO_TOPIC\fP * Troff macro. * This flexible system allows \*(ST to access internal * and third-party help files written in plain-text or -- cgit v1.2.3