From 4bc6717ece7f685b8d5da4cf3ace86f45d7c68be Mon Sep 17 00:00:00 2001 From: Kaz Kylheku <kaz@kylheku.com> Date: Sat, 24 Jun 2017 18:14:51 -0700 Subject: doc: mistake in describing in semantics. * txr.1: Fix "out operation" that should be "in operation. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 327d2007..69e93e4f 100644 --- a/txr.1 +++ b/txr.1 @@ -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" -- cgit v1.2.3