summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.118
1 files changed, 17 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 2cb25577..3ec80d72 100644
--- a/txr.1
+++ b/txr.1
@@ -24112,7 +24112,23 @@ is used.
The value returned by the
.code print
-method is ignored.
+method is significant. If the special keyword symbol
+.code :
+(colon) is returned, then the system will print the object
+in the default way, as if no
+.code print
+method existed: it is understood that the method declined
+the responsibility for printing the object.
+
+If any other value is returned, then it is understood
+that the method
+.code print
+method accepted the responsibility for printing the object,
+and the system consequently will generate into
+.meta stream
+any output output pertaining to
+.metn object 's
+representation.
.coNP Method @ lambda
.synb