From 0614418187d02a31addfaebc127e32ec033ff40a Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Mon, 10 Jan 2022 00:38:12 -0500 Subject: doc: clarify example in copy-struct description. * txr.1: The sample copy method given in the description of copy-struct looks like it could be a special structure function that would be taken into account by the copy function. It is not. --- txr.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 992f2743..ef9f7f5e 100644 --- a/txr.1 +++ b/txr.1 @@ -30227,7 +30227,12 @@ method similar to the following: my-copy)) .brev -since this logic is generic, it can be placed in a base +which can then be invoked on whatever object needs copying. +(Note that this method is not a special structure function, and is thus +not taken into account by the +.code copy +function.) +Since this logic is generic, it can be placed in a base method. The .code copied method which it calls is the means by which the new object is notified that it -- cgit v1.2.3