From 42787dfc649a9824dc69de61496fe7f12d9d082a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Jan 2006 21:46:34 +0000 Subject: split help-strings into shorter strings (made w32's pd crash) svn path=/trunk/externals/zexy/; revision=4484 --- src/index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.c') 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 \"" - "\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" -- cgit v1.2.1