aboutsummaryrefslogtreecommitdiffstats
path: root/man/custom.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-04-23 17:34:54 +0000
committerRichard M. Stallman <[email protected]>2002-04-23 17:34:54 +0000
commit3a2ceb9e9c31603a154223e177043761a60d4228 (patch)
tree72f042699b485cc7aa1511decb4a540f95d5ec9e /man/custom.texi
parentda40fe460832c5cf0b26556525d591c53b3b66a4 (diff)
Explain C-c LETTER better.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 4d015af49f..ab4d9bae5e 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -1349,12 +1349,12 @@ events with keyboard events, but we recommend against it, because such
key sequences are inconvenient to use.
As a user, you can redefine any key; but it is usually best to stick
-to key sequences that consist of @kbd{C-c} followed by a letter.
-These keys are ``reserved for users,'' so they won't conflict with any
-properly designed Emacs extension. The function keys @key{F5} through
-@key{F9} are also reserved for users. If you redefine some other key,
-your definition may be overridden by certain extensions or major modes
-which redefine the same key.
+to key sequences that consist of @kbd{C-c} followed by a letter (upper
+or lower case). These keys are ``reserved for users,'' so they won't
+conflict with any properly designed Emacs extension. The function
+keys @key{F5} through @key{F9} are also reserved for users. If you
+redefine some other key, your definition may be overridden by certain
+extensions or major modes which redefine the same key.
@node Prefix Keymaps
@subsection Prefix Keymaps