summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-04-26 07:14:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-26 07:14:57 -0700
commit5c9c19fd5e3dc428369f4a84d335c7a8e0bbc560 (patch)
tree1f1e7907dc1070dbefbcf7f9bab9dab7b2b5edc1 /txr.1
parent9caf0b79e79828eed95cd125fe9ec21d7d71f56f (diff)
downloadtxr-5c9c19fd5e3dc428369f4a84d335c7a8e0bbc560.tar.gz
txr-5c9c19fd5e3dc428369f4a84d335c7a8e0bbc560.tar.bz2
txr-5c9c19fd5e3dc428369f4a84d335c7a8e0bbc560.zip
Check that arg 2 of .codn starts with punctuation.
* checkman.txr: Constraint on first character of second argument coded as a require constraint, enforced with assert. * txr.1: Newly discovered errors fixed.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.110
1 files changed, 5 insertions, 5 deletions
diff --git a/txr.1 b/txr.1
index 72424318..96df771b 100644
--- a/txr.1
+++ b/txr.1
@@ -11313,7 +11313,7 @@ and
is that in
.codn let* ,
later
-.codn init-form s
+.codn init-form -s
have visibility over the variables established by earlier variables
in the same let* construct. In plain
.codn let ,
@@ -22658,7 +22658,7 @@ Like
.code mappend*
must "consume" empty lists. For instance,
if the function being mapped puts out a sequence of
-.codn nil s,
+.codn nil -s,
then the result must be the empty list
.codn nil ,
because
@@ -22683,7 +22683,7 @@ The
.code mappend*
function is caught in a loop trying to consume
and squash an infinite stream of
-.codn nil s,
+.codn nil -s,
and so doesn't return.
.TP* Examples:
@@ -30669,7 +30669,7 @@ argument specifies whether the hash table shall have weak keys. The
argument specifies whether it shall have weak values, and
.meta equal-based
specifies whether it is
-.codn equal- based.
+.codn equal -based.
The hash function defaults
all three of these properties to false, and allows them to be overridden to
true by the presence of keyword arguments.
@@ -37599,7 +37599,7 @@ constants from the
.code <syslog.h>
header:
.codn LOG_PID ,
-.codn LOG_CON S,
+.codn LOG_CONS ,
etc.
These integer values represent logging options used in the
.meta options