keybindings → key_bindings (for consistency)

This commit is contained in:
Nate Soares
2012-10-18 13:56:08 -07:00
committed by ridiculousfish
parent c7bf1aa222
commit f310f1e96c
3 changed files with 8 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ static const wchar_t *desc_arr[] =
L"Move entire line to killring",
L"Move next word to killring",
L"Move previous word to killring",
L"Write out keybindings",
L"Write out key bindings",
L"Clear entire screen",
L"Quit the running program",
L"Search backward through list of previous commands for matching token",
@@ -865,4 +865,3 @@ wchar_t input_function_get_code( const wcstring &name )
}
return -1;
}