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 | c8fce379dc53372516766abe5bd8deb9a0f864aa (patch) | |
tree | a074264ef7c2b251dd989173ec022dde3c4faab2 /txr.1 | |
parent | 46f53f9397c625a3e508c083416ce0c6d943a920 (diff) | |
download | txr-c8fce379dc53372516766abe5bd8deb9a0f864aa.tar.gz txr-c8fce379dc53372516766abe5bd8deb9a0f864aa.tar.bz2 txr-c8fce379dc53372516766abe5bd8deb9a0f864aa.zip |
doc: hyphenation of shorthand.
* txr.1: Replace a few occurrences of short-hand
with shorthand.
Diffstat (limited to 'txr.1')
-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 |