From: Richard M. Stallman Date: Fri, 15 Aug 1997 19:45:05 +0000 (+0000) Subject: Reserve some function keys for users. X-Git-Tag: emacs-20.1~587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6a17ab5e3d61cfdcfcfddfce48bd0a9fc0db782;p=emacs.git Reserve some function keys for users. --- 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