diff options
Diffstat (limited to 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index 2ccb8ec..2f6acb8 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -609,7 +609,8 @@ teco_print(guint radix, GError **error) * * If you want to print multiple values from the stack, * you have to put the \(lq=\(rq into a pass-through loop - * or separate the commands with whitespace. + * or separate the commands with + * whitespace (e.g. \(lq^Y= =\(rq). */ /* * In order to imitate TECO-11 closely, we apply the lookahead |