summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-22 00:42:06 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-22 00:42:06 -0800
commit2868a7009f04a40d52c27503a0a4feb50da5c877 (patch)
tree44e31e8cb33e6c1f1cd4bd6c7f6e77c3bc6521ac /txr.1
parent7338a92f135d2a5cb8db59c08885b63ee4991d9f (diff)
downloadtxr-2868a7009f04a40d52c27503a0a4feb50da5c877.tar.gz
txr-2868a7009f04a40d52c27503a0a4feb50da5c877.tar.bz2
txr-2868a7009f04a40d52c27503a0a4feb50da5c877.zip
* eval.c (eval_init): Intrinsic bindings for sub, ref, refset
and replace. * lib.c (do_sort): Static function renamed to sort_list. (swap, quicksort, sort_vec): New static functions. (sort): Made generic over lists, vectors and strings. (refset): New function. * lib.h (sort): Declaration updated (parameter name change). (refset): Declared. * txr.1: Mention refset. * txr.vim: Updated with refset.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 25e6d8b6..629b8b4b 100644
--- a/txr.1
+++ b/txr.1
@@ -6644,7 +6644,7 @@ Certain object types have a custom equal function.
.SS Function length
-.SS Functions sub, ref and replace
+.SS Functions sub, ref, refset and replace
.SS Function symbol-function