summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-02-14 06:29:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-02-14 06:29:50 -0800
commita267a97a0f26e0ec2aa8bf85f8251344569440ad (patch)
tree3a071aa16532cc3e3cb8aeb2321558dc3cfd99af
parent5dddc9d9c2f39547c95542b458575f38d6aca539 (diff)
downloadtxr-a267a97a0f26e0ec2aa8bf85f8251344569440ad.tar.gz
txr-a267a97a0f26e0ec2aa8bf85f8251344569440ad.tar.bz2
txr-a267a97a0f26e0ec2aa8bf85f8251344569440ad.zip
doc: fix compat note 156, again.
* txr.1: Add missing text to compensate for text that was accidentally edited out, regarding the return value of the empty case of caseq/caseql/casequal.
-rw-r--r--txr.16
1 files changed, 4 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index dbde5745..788dc75f 100644
--- a/txr.1
+++ b/txr.1
@@ -63324,14 +63324,16 @@ foregoing expression to
Here
.code a
is not evaluated.
-forms in a clause were producing a result value of
+The undocumented behavior was that a matching clause which has no forms
+to be evaluated was producing a result value of
.codn t .
For example
.code "(case 1 (1))"
previously yielded
.codn t ,
but now yields
-.codn nil .
+.codn nil ,
+and this behavior is documented.
.IP 155
After version 155, the
.code tok-str