diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-15 19:45:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-15 19:45:05 +0000 |
commit | 4d13fa4b45729b774b156ee6cd14ffa0c7a2ac5d (patch) | |
tree | a807d028b2009092aa1767c2e78522088a2a62d9 | |
parent | 65f38f0c8b9468e2031344420e4858e1e6f7fa49 (diff) | |
download | emacs-4d13fa4b45729b774b156ee6cd14ffa0c7a2ac5d.tar.gz |
Reserve some function keys for users.
-rw-r--r-- | lispref/tips.texi | 4 |
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. |