From 1a5f79a7030319cf9067aa4a6a94c164b2a87a35 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 2 Apr 2017 23:04:11 -0700 Subject: doc: run-on paragraph under car, cdr, nullfiy method. * txr.1: Under the description of the car, cdr and nullify methods, the description of car must start a new paragraph. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3