diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-12 05:49:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-12 05:49:45 -0700 |
commit | e6f2d121646e107ce6bb33106ee9d2b5db4352f1 (patch) | |
tree | a074264ef7c2b251dd989173ec022dde3c4faab2 | |
parent | e4ecad31326bb98a447ee43987a1ce7bdad08c36 (diff) | |
download | txr-e6f2d121646e107ce6bb33106ee9d2b5db4352f1.tar.gz txr-e6f2d121646e107ce6bb33106ee9d2b5db4352f1.tar.bz2 txr-e6f2d121646e107ce6bb33106ee9d2b5db4352f1.zip |
doc: hyphenation of shorthand.
* txr.1: Replace a few occurrences of short-hand
with shorthand.
-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 |