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
commite5ae36e12d4ff0b5f2801f8ca63d75644683f167 (patch)
treec13be43a97de3b8610293e542e6197493c7dda44
parentac29378d94d8ee78cf4ddd6b562abb1e343200e7 (diff)
downloadtxr-e5ae36e12d4ff0b5f2801f8ca63d75644683f167.tar.gz
txr-e5ae36e12d4ff0b5f2801f8ca63d75644683f167.tar.bz2
txr-e5ae36e12d4ff0b5f2801f8ca63d75644683f167.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