summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 96d0da03..0a9ab615 100644
--- a/txr.1
+++ b/txr.1
@@ -5365,6 +5365,8 @@ Syntax:
(length-list <list>)
.TP
+Description:
+
The length-list function returns the length of a proper or improper
list. The length of a list is the number of conses in that list.
@@ -5377,6 +5379,8 @@ Syntax:
(mappend <function> <list> <list>*)
.TP
+Description:
+
When given three arguments, the mapcar function processes applies a function to
the elements of a list and returns a list of the resulting values.
Essentially, the list is filtered through the function.