From 3d360c66601d849308f3dd65e05ce2538135981a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 29 Oct 2020 16:26:25 +0100 Subject: [PATCH] Say that C-[A-Za-z] keys are reserved for users in user manual * doc/emacs/custom.texi (Keymaps): Say that C-[A-Za-z] keys reserved for users. (Bug#15917) --- doc/emacs/custom.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 81874a04aa..d993b652f5 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1582,6 +1582,10 @@ Keymaps type properly, it automatically handles such sequences as single input events. +Key sequences that consist of @kbd{C-c} followed by a letter (upper or +lower case) are ``reserved for users,'' and will never conflict with +any properly designed Emacs extension or Emacs itself. + @node Prefix Keymaps @subsection Prefix Keymaps -- 2.28.0