diff options
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12924,7 +12924,7 @@ Otherwise it returns the value of the last argument. .cblk (and) -> t (and (> 10 5) (stringp "foo")) -> t - (and 1 2 3) -> 3 ;; short-hand for (if (and 1 2) 3). + (and 1 2 3) -> 3 ;; shorthand for (if (and 1 2) 3). .cble .coNP Operator/function @ or @@ -34364,7 +34364,7 @@ The precision field is processed syntactically, and no error occurs, however. .desc The .code fmt -function provides a short-hand for formatting to a string, according +function provides a shorthand for formatting to a string, according to the following equivalence which holds between .code fmt and |