summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-29 19:19:36 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-29 19:19:36 -0800
commit434e8830bed27a0436e3867c50b7419123e3d49d (patch)
tree364d2af603397e8fe5d553c3b85d62399aec87c9
parent88bc3ed99fa4cd6ee4c095b3735a925999ea9ff7 (diff)
downloadtxr-434e8830bed27a0436e3867c50b7419123e3d49d.tar.gz
txr-434e8830bed27a0436e3867c50b7419123e3d49d.tar.bz2
txr-434e8830bed27a0436e3867c50b7419123e3d49d.zip
* txr.1: Missing Description headings added.
-rw-r--r--ChangeLog1
-rw-r--r--txr.14
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dda6bdfc..96c516fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-12-29 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Useless sentence under reduce-left and reduce-right removed.
+ Missing Description headings added.
2011-12-28 Kaz Kylheku <kaz@kylheku.com>
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.