# HG changeset patch # User Markus Rost # Date 1026445069 0 # Node ID 70bccd2fee9fc6ac0e931af9cedd7da061c87892 # Parent 8024f6fa39766620429d62d17e58787486f5dfdc (Fkey_binding): Fix typo. diff -r 8024f6fa3976 -r 70bccd2fee9f src/keymap.c --- a/src/keymap.c Thu Jul 11 23:52:16 2002 +0000 +++ b/src/keymap.c Fri Jul 12 03:37:49 2002 +0000 @@ -1417,7 +1417,7 @@ Like the normal command loop, `key-binding' will remap the command resulting from looking up KEY by looking up the command in the -currrent keymaps. However, if the optional third argument NO-REMAP +current keymaps. However, if the optional third argument NO-REMAP is non-nil, `key-binding' returns the unmapped command. */) (key, accept_default, no_remap) Lisp_Object key, accept_default, no_remap;