summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.14
1 files changed, 3 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 8e67a7fe..bcd50f1d 100644
--- a/txr.1
+++ b/txr.1
@@ -24378,7 +24378,9 @@ and various other sequence manipulating functions derived from them, when those
functions are applied to that object.
An object which implements these three methods can be considered to denote
-an abstract sequence. The object's
+an abstract sequence.
+
+The object's
.code car
method should return the first value in that abstract sequence, or else
.code nil