mcabber/src/commands.c
changeset 240 723433a677f0
parent 238 8e30b2bb380e
child 244 5f8b529412bd
--- a/mcabber/src/commands.c	Sat Jun 11 19:14:55 2005 +0000
+++ b/mcabber/src/commands.c	Sat Jun 11 19:27:40 2005 +0000
@@ -116,8 +116,8 @@
   compl_add_category_word(COMPL_BUFFER, "top");
 
   // Group category
-  compl_add_category_word(COMPL_GROUP, "expand");
-  compl_add_category_word(COMPL_GROUP, "shrink");
+  compl_add_category_word(COMPL_GROUP, "fold");
+  compl_add_category_word(COMPL_GROUP, "unfold");
   compl_add_category_word(COMPL_GROUP, "toggle");
 
   // Multi-line (msay) category