From e6f2d121646e107ce6bb33106ee9d2b5db4352f1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 12 Sep 2016 05:49:45 -0700 Subject: doc: hyphenation of shorthand. * txr.1: Replace a few occurrences of short-hand with shorthand. --- txr.1 | 4 ++-- 1 file 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 -- cgit v1.2.3