aboutsummaryrefslogtreecommitdiff
path: root/pd/src/x_list.c
diff options
context:
space:
mode:
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