mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix a typo in the key docs.
This commit is contained in:
parent
9cb23ba67e
commit
fb3396a21d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue