diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-16 22:31:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-16 22:31:59 -0700 |
commit | ef2ea72fe2876480b3211fb61a3347e4b23266bb (patch) | |
tree | 094fd52e92ffa8bd0cc78bacd49d54a239bab3fb | |
parent | fba1c7ed9bb44b6be8149c657135b74c58587e4e (diff) | |
download | txr-ef2ea72fe2876480b3211fb61a3347e4b23266bb.tar.gz txr-ef2ea72fe2876480b3211fb61a3347e4b23266bb.tar.bz2 txr-ef2ea72fe2876480b3211fb61a3347e4b23266bb.zip |
txr.1: Misspelled casequal; duplicate posq section.
-rw-r--r-- | txr.1 | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -10296,7 +10296,7 @@ yields .synb .mets (caseq < test-form << normal-clause * <> [ else-clause ]) .mets (caseql < test-form << normal-clause * <> [ else-clause ]) -.mets (caseqqual < test-form << normal-clause * <> [ else-clause ]) +.mets (casequal < test-form << normal-clause * <> [ else-clause ]) .syne .desc These three macros arrange for the evaluation of of @@ -14278,29 +14278,6 @@ or to .metn object . -.coNP Functions @, posqual @ posql and @ posq -.synb -.mets (posq < object << list ) -.mets (posql < object << list ) -.mets (posqual < object << list ) -.syne -.desc -The -.codn posq , -.code posql -and -.code posqual -functions return the zero-based position of the -first item in -.meta list -which is, respectively, -.codn eq , -.code eql -or -.code equal -to -.metn object . - .coNP Functions @ pos and @ pos-if .synb .mets (pos < key < list >> [ testfun <> [ keyfun ]]) |