--- rxvt-unicode/src/keyboard.h 2011/11/27 10:49:25 1.19 +++ rxvt-unicode/src/keyboard.h 2011/11/27 10:50:41 1.20 @@ -70,7 +70,7 @@ void register_user_translation (KeySym keysym, unsigned int state, const char *trans); void register_translation (KeySym keysym, unsigned int state, char *translation); - void register_done (); // call this to make newly registered keymaps take effect + void register_done (); // call this to make newly registered key bindings take effect bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state); private: