From 4071a9b050bfc5f79d482c412e47004de9bcc1cb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 24 Dec 2018 16:52:33 -0800 Subject: doc: grammar fixes under registeer-tentative-def. * txr.1: Wrong tense/person of "to expect"; spurious occurrence of foo identifier deleted. --- txr.1 | 6 ++---- 1 file 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)) -- cgit v1.2.3