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 | 239dac3bdcc993690227839899bde3d861d756ed (patch) | |
tree | 1c5b9f1070d041e6ddde16e3ba1124db0976da1c | |
parent | 65544e8e9130367601de7923bee3d03f63ee8ebc (diff) | |
download | txr-239dac3bdcc993690227839899bde3d861d756ed.tar.gz txr-239dac3bdcc993690227839899bde3d861d756ed.tar.bz2 txr-239dac3bdcc993690227839899bde3d861d756ed.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 |