diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-02-27 19:43:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-02-27 19:43:51 -0800 |
commit | b766793fbaa1190b5ccd05e37cc8b0bd0869e625 (patch) | |
tree | 3ae3450e5145ceee58befc6534fe29424aa6aca6 | |
parent | b35f1e945b4642e028ae2a928fc8f4c1f52fc55d (diff) | |
download | txr-b766793fbaa1190b5ccd05e37cc8b0bd0869e625.tar.gz txr-b766793fbaa1190b5ccd05e37cc8b0bd0869e625.tar.bz2 txr-b766793fbaa1190b5ccd05e37cc8b0bd0869e625.zip |
doc: wrong pluralizations of "function".
* txr.1: Fix three unrelated occurrences of the
same mistake: "functions is", in reference to
a single function.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24271,7 +24271,7 @@ the .code make-struct-type function returns) the .meta static-initfun -functions is invoked, passed the newly created +function is invoked, passed the newly created structure type as its argument. The @@ -37501,7 +37501,7 @@ The function returns .codn nil . -Note: this functions is intended for use in exception handlers. The +Note: this function is intended for use in exception handlers. The following example shows a handler which intercepts warnings. It defers deferrable warnings, and prints ordinary warnings: @@ -44278,7 +44278,7 @@ arguments. All behavior which is built on the .code get-lines -functions is affected by the record-delimiting semantics of a record adapter's +function is affected by the record-delimiting semantics of a record adapter's .code get-line implementation. Notably, the .code get-lines |