diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-28 01:23:05 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-28 05:03:35 +0200 |
commit | 5a8c5e8523db2b94055aba05413f3223ef0544e3 (patch) | |
tree | ddf9b20a9aa88a09d0bda70bdd180e07a7e0acf9 /src/help.c | |
parent | 5395a7da901e4af9758762215b75d943ef253ef3 (diff) | |
download | sciteco-5a8c5e8523db2b94055aba05413f3223ef0544e3.tar.gz |
some minor fixes to help (?) command
Diffstat (limited to 'src/help.c')
-rw-r--r-- | src/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |