diff options
Diffstat (limited to 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index fa2f8b5..c3ec3dd 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -1745,7 +1745,7 @@ teco_state_control_decimal(teco_machine_main_t *ctx, GError **error) * If <radix> is omitted, the command instead * returns the current radix. * - * An alternative way to access the radix is via the "^R" local Q-Register. + * An alternative way to access the radix is via the \(lq^R\(rq local Q-Register. * Consequently, the radix is local to the current macro invocation frame, * unless the macro call was colon-modified. */ |