Fix a typo in the key docs.

This commit is contained in:
Bill Currie 2016-01-04 16:20:57 +09:00
parent 9cb23ba67e
commit fb3396a21d
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ const char *Key_GetBinding (imt_t *imt, knum_t key);
Only one command string can be bound to a key, but the command string may
contain multiple commands.
\param int The input mapping table in which the key will be bound.
\param imt The input mapping table in which the key will be bound.
\param keynum The key to which the command string will be bound.
\param binding The command string that will be bound.
*/