Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe336261
Commit
fe336261
authored
Feb 13, 2013
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.
parent
d7291032
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+2
-2
No files found.
src/ChangeLog
View file @
fe336261
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
...
...
src/keyboard.c
View file @
fe336261
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment