summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-15 19:45:05 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-15 19:45:05 +0000
commite6a17ab5e3d61cfdcfcfddfce48bd0a9fc0db782 (patch)
treef7b04e79553e49d0a0b2c5e6b79a345269fe99e4 /lispref
parentcfc1d0ba95fffceb3d37276d058016233518ffc3 (diff)
downloademacs-e6a17ab5e3d61cfdcfcfddfce48bd0a9fc0db782.tar.gz
Reserve some function keys for users.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/tips.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index d36ef12a08c..303345559a6 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -127,6 +127,10 @@ not absolutely prohibited, but if you do that, the major mode binding
may be shadowed from time to time by minor modes.
@item
+Function keys @key{F5} through @key{F9} without modifier keys are
+reserved for users to define.
+
+@item
You should not bind @kbd{C-h} following any prefix character (including
@kbd{C-c}). If you don't bind @kbd{C-h}, it is automatically available
as a help character for listing the subcommands of the prefix character.