summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-11 20:06:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-11 20:06:19 -0700
commitce61431bff702afcbd6a2ef52babd859203cccf8 (patch)
treed154776beece1eacf4100b98f08ab65dcaf2291d /txr.1
parentd7dded2d92e7e7d02e6f1493dff199fbf9290213 (diff)
downloadtxr-ce61431bff702afcbd6a2ef52babd859203cccf8.tar.gz
txr-ce61431bff702afcbd6a2ef52babd859203cccf8.tar.bz2
txr-ce61431bff702afcbd6a2ef52babd859203cccf8.zip
Quit if input form is :quit not its value.
* parser.c (repl): Subtle difference. Test form's syntax for equality to :quit, not its value. The REPL should not terminate if a form happens to calculate :quit as a value. * txr.1: Updated.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 47d509e3..023a01df 100644
--- a/txr.1
+++ b/txr.1
@@ -33267,7 +33267,7 @@ the prompt is repeated without incrementing the number.
Pressing Ctrl-D in a completely empty command line terminates the listener.
Another way to quit is to enter the
.code :quit
-keyword symbol. When a command line evaluates to this symbol,
+keyword symbol. When the form input into the listener consists of this symbol,
the listener will terminate:
.cblk