From 614ec6640e3232edfea2614ef290ffcb7ffbae7f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 19 Jul 2014 09:04:40 -0700 Subject: * txr.1: wording: arguments are omitted, not parameters. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index ea2b06ae..e41e1706 100644 --- a/txr.1 +++ b/txr.1 @@ -10409,7 +10409,7 @@ Description: The sub function extracts a slice from input sequence . The slice is a sequence of the same type as . -If the parameter is omitted, it defaults to 0. If the parameter is +If the argument is omitted, it defaults to 0. If the parameter is omitted, it defaults to t. Thus (sub a) means (sub a 0 t). The following equivalence holds between the sub function and @@ -10446,7 +10446,7 @@ The first form of the replace function replaces a contiguous subsequence of the in which case an insertion is performed. If is empty (for example, the empty list nil), then a deletion is performed. -If the and parameters are omitted, their values default +If the and arguments are omitted, their values default to 0 and t respectively. The following equivalence holds between assignment to a place denoted by @@ -12965,7 +12965,7 @@ Description: These character put back, into a stream, a character or byte which was previously read. The character or byte must match the one which was most -recently read. If the parameter is omitted, then the *stdin* +recently read. If the argument is omitted, then the *stdin* stream is used. If the operation succeeds, the byte or character value is returned. -- cgit v1.2.3