diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-02-14 06:29:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-02-14 06:29:50 -0800 |
commit | a267a97a0f26e0ec2aa8bf85f8251344569440ad (patch) | |
tree | 3a071aa16532cc3e3cb8aeb2321558dc3cfd99af | |
parent | 5dddc9d9c2f39547c95542b458575f38d6aca539 (diff) | |
download | txr-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.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |