diff options
| author | Glenn Morris | 2013-02-12 20:31:09 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-12 20:31:09 -0800 |
| commit | 01fcc3a532872b29784a4d888ab9cc1aef0eed01 (patch) | |
| tree | e1fba1dfe3ec5b61ddc3e5e3824e4536b2c39429 /src/keyboard.c | |
| parent | d0009c7351874e853c63ce67cea6103f33afa60b (diff) | |
| parent | 1a359750bbac95fd6bf8fe1233e747a1d26f0082 (diff) | |
| download | emacs-01fcc3a532872b29784a4d888ab9cc1aef0eed01.tar.gz emacs-01fcc3a532872b29784a4d888ab9cc1aef0eed01.zip | |
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 94432cb7bf6..4ead0538b92 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11618,9 +11618,7 @@ If the binding is a function, it is called with one argument (the prompt) | |||
| 11618 | and its return value (a key sequence) is used. | 11618 | and its return value (a key sequence) is used. |
| 11619 | 11619 | ||
| 11620 | The events that come from bindings in `input-decode-map' are not | 11620 | The events that come from bindings in `input-decode-map' are not |
| 11621 | themselves looked up in `input-decode-map'. | 11621 | themselves looked up in `input-decode-map'. */); |
| 11622 | |||
| 11623 | This variable is keyboard-local. */); | ||
| 11624 | 11622 | ||
| 11625 | DEFVAR_LISP ("function-key-map", Vfunction_key_map, | 11623 | DEFVAR_LISP ("function-key-map", Vfunction_key_map, |
| 11626 | doc: /* The parent keymap of all `local-function-key-map' instances. | 11624 | doc: /* The parent keymap of all `local-function-key-map' instances. |
| @@ -11633,8 +11631,7 @@ definition will take precedence. */); | |||
| 11633 | DEFVAR_LISP ("key-translation-map", Vkey_translation_map, | 11631 | DEFVAR_LISP ("key-translation-map", Vkey_translation_map, |
| 11634 | doc: /* Keymap of key translations that can override keymaps. | 11632 | doc: /* Keymap of key translations that can override keymaps. |
| 11635 | This keymap works like `function-key-map', but comes after that, | 11633 | This keymap works like `function-key-map', but comes after that, |
| 11636 | and its non-prefix bindings override ordinary bindings. | 11634 | and its non-prefix bindings override ordinary bindings. */); |
| 11637 | Another difference is that it is global rather than keyboard-local. */); | ||
| 11638 | Vkey_translation_map = Fmake_sparse_keymap (Qnil); | 11635 | Vkey_translation_map = Fmake_sparse_keymap (Qnil); |
| 11639 | 11636 | ||
| 11640 | DEFVAR_LISP ("deferred-action-list", Vdeferred_action_list, | 11637 | DEFVAR_LISP ("deferred-action-list", Vdeferred_action_list, |