changeset 14394:289506921917

Clarify key sequence usage conventions.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Jan 1996 18:32:17 +0000
parents c977e0ae56b4
children 8e97dadccf2b
files lispref/tips.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Sat Jan 27 18:30:30 1996 +0000
+++ b/lispref/tips.texi	Sat Jan 27 18:32:17 1996 +0000
@@ -103,8 +103,9 @@
 @strong{only} sequences reserved for users, so we cannot do without
 them.
 
-Instead, define sequences consisting of @kbd{C-c} followed by a
-non-letter.  These sequences are reserved for major modes.
+Instead, define sequences consisting of @kbd{C-c} followed by a control
+character, a digit, or certain punctuation characters.  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 make