aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-24 21:46:34 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-24 21:46:34 +0000
commit42787dfc649a9824dc69de61496fe7f12d9d082a (patch)
treeb40b9a96666b852241bb9a4898e330c52bfdb4cf /src/index.c
parentcacdca8b778b4fadfc708f1123f01a2d7e658510 (diff)
split help-strings into shorter strings (made w32's pd crash)
svn path=/trunk/externals/zexy/; revision=4484
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.c b/src/index.c
index 53980d0..8f47f96 100644
--- a/src/index.c
+++ b/src/index.c
@@ -332,8 +332,8 @@ static void index_helper(t_index *x)
"\n'reset' : delete the whole index-map"
"\n'bang' : return the number of entries in the index-map"
"\n'dump' : dump each entry in the format \"list <symbol> <index>\""
- "\n'compact' : remove holes in the index-map"
- "\n'sort' : alphabetically sort the entries"
+ "\n'compact' : remove holes in the index-map");
+ post("\n'sort' : alphabetically sort the entries"
"\n'auto <1/0> : if auto is 1 and a yet unknown symbol is looked up it is\n\t\t\t automatically added to the index-map"
"\n'resize <1/0> : if resize is 1 (default), the index-map is resized\n\t\t\t automatically if needed"
"\n'help' : view this"