diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-12-28 17:10:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-12-28 17:10:05 -0800 |
commit | 101de23c420c112d634ec2274595ffc8a8368c0c (patch) | |
tree | 1c5b9f1070d041e6ddde16e3ba1124db0976da1c | |
parent | 04f299b8609e5e34ce1eb81f0869e2689da205d6 (diff) | |
download | txr-101de23c420c112d634ec2274595ffc8a8368c0c.tar.gz txr-101de23c420c112d634ec2274595ffc8a8368c0c.tar.bz2 txr-101de23c420c112d634ec2274595ffc8a8368c0c.zip |
doc: document listener :prompt properly.
* txr.1: There is no :print command in the listener to print
the current prompt; it is actually the :prompt command.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61960,7 +61960,7 @@ is being shown also dismisses the display and returns to editing. .SS* Print the Prompt The -.code :print +.code :prompt command prints the current prompt, followed by a newline, without incrementing the prompt number. The .code :p |