From e6a17ab5e3d61cfdcfcfddfce48bd0a9fc0db782 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 15 Aug 1997 19:45:05 +0000 Subject: [PATCH] Reserve some function keys for users. --- lispref/tips.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lispref/tips.texi b/lispref/tips.texi index d36ef12a08c..303345559a6 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -126,6 +126,10 @@ character are allocated for minor modes. Using them in a major mode is 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 -- 2.39.5