summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-02-24 20:48:21 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-02-24 20:48:21 +0100
commit57c9f123003dc2769e449af2880917a3a1673428 (patch)
tree05b359f1c2ad6ba308c0526faa4b590f5871c958 /doc
parente415309fef4077fe7e4dfe1a898d749c1136ca2c (diff)
parent560a23e1dab7a6a203a4a70b3925a87d6cfddf76 (diff)
downloademacs-57c9f123003dc2769e449af2880917a3a1673428.tar.gz
Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/custom.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index e98884cb920..af5429d50c7 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -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
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
* Keymaps:: Generalities. The global keymap.
* Prefix Keymaps:: Keymaps for prefix keys.