summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-10-30 06:45:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-10-30 06:45:12 -0700
commit6d473d8f5e391c05d36e3c3db78c2f578abaaa16 (patch)
treec13be43a97de3b8610293e542e6197493c7dda44
parent4b79a3b4a69c98b291622b9dd5c4d29c0af0f951 (diff)
downloadtxr-6d473d8f5e391c05d36e3c3db78c2f578abaaa16.tar.gz
txr-6d473d8f5e391c05d36e3c3db78c2f578abaaa16.tar.bz2
txr-6d473d8f5e391c05d36e3c3db78c2f578abaaa16.zip
doc: wording under eq.
* txr.1: fix awkward wording which applies the definite article "the" to a Lisp expression.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index b44c9419..45f17286 100644
--- a/txr.1
+++ b/txr.1
@@ -17178,7 +17178,7 @@ even if one has a value which converts to the other: thus,
.code "(eql 0.0 0)"
yields
.codn nil ;
-the comparison operation which finds these numbers equal is the
+a comparison expression which finds these numbers equal is
.codn "(= 0.0 0)" .
The
.code eql