summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-12-24 16:52:33 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-12-24 16:52:33 -0800
commit4665784ba3bd82264c1103a3729f1ae76cb86108 (patch)
treeb8523a66a6e6101f3db2a157c114aa6ad0ed4502 /txr.1
parent249814d81ad95ffdfdd35b76fa73adefe2183a29 (diff)
downloadtxr-4665784ba3bd82264c1103a3729f1ae76cb86108.tar.gz
txr-4665784ba3bd82264c1103a3729f1ae76cb86108.tar.bz2
txr-4665784ba3bd82264c1103a3729f1ae76cb86108.zip
doc: grammar fixes under registeer-tentative-def.
* txr.1: Wrong tense/person of "to expect"; spurious occurrence of foo identifier deleted.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.16
1 files changed, 2 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 241c6838..5756aa1a 100644
--- a/txr.1
+++ b/txr.1
@@ -38388,16 +38388,14 @@ used to suppress deferrable warnings.
The idea is that a definition of some construct has been seen,
but not yet executed. Thus the construct is not defined, but
-it can reasonably be expects that it will be defined;
+it can reasonably be expected that it will be defined;
hence, warnings about its nonexistence can be suppressed.
For example, in the following code, when the expression
.code "(foo)"
is being expanded and transformed, the
.code foo
-function
-.code foo
-does not exist:
+function does not exist:
.cblk
(progn (defun foo ()) (foo))