aboutsummaryrefslogtreecommitdiff
path: root/pd/src/x_list.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-29 19:01:22 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-07-29 19:01:22 +0000
commit18c47474a668d7bbbabd525686355c16a45f6ec4 (patch)
tree034625615da54aafc44661aabfcaf8f82578f007 /pd/src/x_list.c
parent819bc4309313e32809dff7cfd99df930c5055082 (diff)
Mac to work with tcl/tk 8.4.5; pd extension added automatically in saveas
bug fix writing aiff gfiles bug fix (tcl error messages when starting open dialogs) svn path=/trunk/; revision=3385
Diffstat (limited to 'pd/src/x_list.c')
-rw-r--r--pd/src/x_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/x_list.c b/pd/src/x_list.c
index a867e293..a08fe193 100644
--- a/pd/src/x_list.c
+++ b/pd/src/x_list.c
@@ -15,7 +15,7 @@ extern t_pd *newest;
list append - append a list to another
list prepend - prepend a list to another
list split - first n elements to first outlet, rest to second outlet
- list strip - send message with leading symbol as selector
+ list trim - trim off "list" selector
list length - output number of items in list
list nth - nth item in list, counting from zero