summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 04297f56..62f61fdf 100644
--- a/txr.1
+++ b/txr.1
@@ -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