* src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.
This commit is contained in:
parent
d729103280
commit
fe33626173
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* keyboard.c (syms_of_keyboard): Further tweaks of docstring.
|
||||
|
||||
2013-02-13 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* font.c (font_range): Add pos_byte argument. Adjust comment
|
||||
|
|
|
@ -11630,8 +11630,8 @@ definition will take precedence. */);
|
|||
|
||||
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 its non-prefix bindings override ordinary bindings. */);
|
||||
This keymap works like `input-decode-map', but comes after `function-key-map'.
|
||||
Another difference is that it is global rather than terminal-local. */);
|
||||
Vkey_translation_map = Fmake_sparse_keymap (Qnil);
|
||||
|
||||
DEFVAR_LISP ("deferred-action-list", Vdeferred_action_list,
|
||||
|
|
Loading…
Add table
Reference in a new issue