diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-04-02 23:04:11 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-04-02 23:04:11 -0700 |
commit | 1a5f79a7030319cf9067aa4a6a94c164b2a87a35 (patch) | |
tree | 93032e23e5d099dc8fa9b1b0abdc2785edad8dd1 | |
parent | 6e81300a0b96aea6a34e96ac295dc891782d25c7 (diff) | |
download | txr-1a5f79a7030319cf9067aa4a6a94c164b2a87a35.tar.gz txr-1a5f79a7030319cf9067aa4a6a94c164b2a87a35.tar.bz2 txr-1a5f79a7030319cf9067aa4a6a94c164b2a87a35.zip |
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.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |