/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.292 by teirllm, Sat Jul 31 16:05:54 2004 UTC revision 1.293 by teirllm, Sun Aug 8 00:33:40 2004 UTC
# Line 1602  is non-nil, `key-binding' returns the un Line 1602  is non-nil, `key-binding' returns the un
1602    
1603  DEFUN ("local-key-binding", Flocal_key_binding, Slocal_key_binding, 1, 2, 0,  DEFUN ("local-key-binding", Flocal_key_binding, Slocal_key_binding, 1, 2, 0,
1604         doc: /* Return the binding for command KEYS in current local keymap only.         doc: /* Return the binding for command KEYS in current local keymap only.
1605  KEYS is a string, a sequence of keystrokes.  KEYS is a string or vector, a sequence of keystrokes.
1606  The binding is probably a symbol with a function definition.  The binding is probably a symbol with a function definition.
1607    
1608  If optional argument ACCEPT-DEFAULT is non-nil, recognize default  If optional argument ACCEPT-DEFAULT is non-nil, recognize default
# Line 1621  bindings; see the description of `lookup Line 1621  bindings; see the description of `lookup
1621    
1622  DEFUN ("global-key-binding", Fglobal_key_binding, Sglobal_key_binding, 1, 2, 0,  DEFUN ("global-key-binding", Fglobal_key_binding, Sglobal_key_binding, 1, 2, 0,
1623         doc: /* Return the binding for command KEYS in current global keymap only.         doc: /* Return the binding for command KEYS in current global keymap only.
1624  KEYS is a string, a sequence of keystrokes.  KEYS is a string or vector, a sequence of keystrokes.
1625  The binding is probably a symbol with a function definition.  The binding is probably a symbol with a function definition.
1626  This function's return values are the same as those of `lookup-key'  This function's return values are the same as those of `lookup-key'
1627  \(which see).  \(which see).
# Line 3751  key, typing `ESC O P x' would return [f1 Line 3751  key, typing `ESC O P x' would return [f1
3751    DEFVAR_LISP ("key-translation-map", &Vkey_translation_map,    DEFVAR_LISP ("key-translation-map", &Vkey_translation_map,
3752                 doc: /* Keymap of key translations that can override keymaps.                 doc: /* Keymap of key translations that can override keymaps.
3753  This keymap works like `function-key-map', but comes after that,  This keymap works like `function-key-map', but comes after that,
3754  and applies even for keys that have ordinary bindings.  */);  and its non-prefix bindings override ordinary bindings.  */);
3755    Vkey_translation_map = Qnil;    Vkey_translation_map = Qnil;
3756    
3757    staticpro (&Vmouse_events);    staticpro (&Vmouse_events);

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26