summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index a7f55a0..53401d4 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -198,6 +198,10 @@ and finally 2.
 Expands to a function that returns its {{<N>}}th argument (zero indexed).
 Multiple arguments are returned as multiple values.
 
+<procedure>(cr <obj>)</procedure>
+
+The single argument identity function.  Generalizes the {{c.*r}} family.
+
 <procedure>(boolean <obj>)</procedure>
 
 Return false if {{<obj>}} is {{#f}}, and true else.