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 | aab8f74a731078f1ca974c31c783fe9cccebc5aa (patch) | |
tree | 3ae3450e5145ceee58befc6534fe29424aa6aca6 | |
parent | 5cd97baf39a37df327b31d06562c0e9dfa42a66f (diff) | |
download | txr-aab8f74a731078f1ca974c31c783fe9cccebc5aa.tar.gz txr-aab8f74a731078f1ca974c31c783fe9cccebc5aa.tar.bz2 txr-aab8f74a731078f1ca974c31c783fe9cccebc5aa.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 |