# HG changeset patch # User Luc Teirlinck # Date 1091925220 0 # Node ID 166ae6765a44e08361eba96c77486749e0afa7dc # Parent 8685ad649821087ac3ff547eb5186abcf1564722 (Flocal_key_binding, Fglobal_key_binding) (syms_of_keymap) : Doc fixes. diff -r 8685ad649821 -r 166ae6765a44 src/keymap.c --- a/src/keymap.c Sun Aug 08 00:00:07 2004 +0000 +++ b/src/keymap.c Sun Aug 08 00:33:40 2004 +0000 @@ -1602,7 +1602,7 @@ DEFUN ("local-key-binding", Flocal_key_binding, Slocal_key_binding, 1, 2, 0, doc: /* Return the binding for command KEYS in current local keymap only. -KEYS is a string, a sequence of keystrokes. +KEYS is a string or vector, a sequence of keystrokes. The binding is probably a symbol with a function definition. If optional argument ACCEPT-DEFAULT is non-nil, recognize default @@ -1621,7 +1621,7 @@ DEFUN ("global-key-binding", Fglobal_key_binding, Sglobal_key_binding, 1, 2, 0, doc: /* Return the binding for command KEYS in current global keymap only. -KEYS is a string, a sequence of keystrokes. +KEYS is a string or vector, a sequence of keystrokes. The binding is probably a symbol with a function definition. This function's return values are the same as those of `lookup-key' \(which see). @@ -3751,7 +3751,7 @@ DEFVAR_LISP ("key-translation-map", &Vkey_translation_map, doc: /* Keymap of key translations that can override keymaps. This keymap works like `function-key-map', but comes after that, -and applies even for keys that have ordinary bindings. */); +and its non-prefix bindings override ordinary bindings. */); Vkey_translation_map = Qnil; staticpro (&Vmouse_events);