# HG changeset patch # User Sadrul Habib Chowdhury # Date 1165475020 0 # Node ID 3fb20516042beaa77778535a8e24f25f6b62690b # Parent 1bd757119ca72df4a40604d9647d60b70ca1f90b [gaim-migrate @ 17912] Forgot to update the manpage. committer: Tailor Script diff -r 1bd757119ca7 -r 3fb20516042b console/libgnt/gntentry.c --- a/console/libgnt/gntentry.c Thu Dec 07 07:01:32 2006 +0000 +++ b/console/libgnt/gntentry.c Thu Dec 07 07:03:40 2006 +0000 @@ -615,10 +615,6 @@ GNT_KEY_CTRL_K, NULL); gnt_bindable_class_register_action(bindable, "delete-prev-word", del_prev_word, GNT_KEY_CTRL_W, NULL); -#if 0 - gnt_bindable_class_register_action(bindable, "delete-next-word", del_next_word, - NULL, 1, NULL); -#endif gnt_bindable_class_register_action(bindable, "cursor-prev-word", move_back_word, "\033" "b", NULL); gnt_bindable_class_register_action(bindable, "cursor-prev", move_back, diff -r 1bd757119ca7 -r 3fb20516042b doc/gaim-text.1.in --- a/doc/gaim-text.1.in Thu Dec 07 07:01:32 2006 +0000 +++ b/doc/gaim-text.1.in Thu Dec 07 07:03:40 2006 +0000 @@ -250,6 +250,8 @@ a-b = cursor-prev-word .br a-f = cursor-next-word +.br +a-d = delete-next-word .br [GntTree::binding]