diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-24 18:14:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-24 18:14:51 -0700 |
commit | f1a1e10921fa1ab465e3ea231a47352d43e247aa (patch) | |
tree | 441bbe6c16d452372a721dec5dda67dccb763a55 | |
parent | 695d0f230833d9ca0df25f6b031e0c0d0680928d (diff) | |
download | txr-f1a1e10921fa1ab465e3ea231a47352d43e247aa.tar.gz txr-f1a1e10921fa1ab465e3ea231a47352d43e247aa.tar.bz2 txr-f1a1e10921fa1ab465e3ea231a47352d43e247aa.zip |
doc: mistake in describing in semantics.
* txr.1: Fix "out operation" that should be "in operation.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53862,7 +53862,7 @@ Data passed into a function by value such as function arguments or via are subject to the by-value nuance. Updates to these objects themselves do not propagate from the Lisp representation to the external representation; however, those objects may contain pointers requiring the by-pointer -nuance of the out operation to be invoked. +nuance of the in operation to be invoked. .IP "The \fIget\fP operation" |