# HG changeset patch # User Richard M. Stallman # Date 799379850 0 # Node ID e09e51d7c35aa2046e88695500c30e3500d3a4f4 # Parent 290970a12db9ff2a18c6790c9628cd63bc1eafad Describe uses of C-c followed by punctuation chars. diff -r 290970a12db9 -r e09e51d7c35a lispref/tips.texi --- a/lispref/tips.texi Tue May 02 01:50:32 1995 +0000 +++ b/lispref/tips.texi Tue May 02 01:57:30 1995 +0000 @@ -93,8 +93,18 @@ non-letter. These sequences are reserved for major modes. Changing all the major modes in Emacs 18 so they would follow this -convention was a lot of work. Abandoning this convention would waste -that work and inconvenience the users. +convention was a lot of work. Abandoning this convention would make +that work go to waste, and inconvenience users. + +@item +Sequences consisting of @kbd{C-c} followed by @kbd{@{}, @kbd{@}}, +@kbd{<}, @kbd{>}, @kbd{:} or @kbd{;} are also reserved for major modes. + +@item +Sequences consisting of @kbd{C-c} followed by any other punctuation +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 You should not bind @kbd{C-h} following any prefix character (including