Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into emacs-26

This commit is contained in:
Michael Albinus 2018-02-24 20:48:21 +01:00
commit 57c9f12300

View file

@ -1417,6 +1417,14 @@ commands, and @dfn{keymaps}, which record key bindings. It also
explains how to customize key bindings, which is done by editing your explains how to customize key bindings, which is done by editing your
init file (@pxref{Init Rebinding}). init file (@pxref{Init Rebinding}).
Since most modes define their own key bindings, activating a mode
might override your custom key bindings. A small number of keys are
reserved for user-defined bindings, and should not be used by modes,
so key bindings using those keys are safer in this regard. The
reserved key sequences are those consisting of @kbd{C-c} followed by a
letter (either upper or lower case), and function keys @key{F5}
through @key{F9} without modifiers (@pxref{Modifier Keys}).
@menu @menu
* Keymaps:: Generalities. The global keymap. * Keymaps:: Generalities. The global keymap.
* Prefix Keymaps:: Keymaps for prefix keys. * Prefix Keymaps:: Keymaps for prefix keys.