diff options
| author | Richard M. Stallman | 1996-01-27 18:32:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-27 18:32:17 +0000 |
| commit | 9689908391a0630f3e3584af6b7624caa619263e (patch) | |
| tree | 074a6a403de76459805f786592dec3ef57f6d0aa | |
| parent | f879067d7328164bf495c4fd949d26d11ca0cdae (diff) | |
| download | emacs-9689908391a0630f3e3584af6b7624caa619263e.tar.gz emacs-9689908391a0630f3e3584af6b7624caa619263e.zip | |
Clarify key sequence usage conventions.
| -rw-r--r-- | lispref/tips.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index c66b71033c2..dc1a31545a5 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -103,8 +103,9 @@ modes. These sequences are reserved for users; they are the | |||
| 103 | @strong{only} sequences reserved for users, so we cannot do without | 103 | @strong{only} sequences reserved for users, so we cannot do without |
| 104 | them. | 104 | them. |
| 105 | 105 | ||
| 106 | Instead, define sequences consisting of @kbd{C-c} followed by a | 106 | Instead, define sequences consisting of @kbd{C-c} followed by a control |
| 107 | non-letter. These sequences are reserved for major modes. | 107 | character, a digit, or certain punctuation characters. These sequences |
| 108 | are reserved for major modes. | ||
| 108 | 109 | ||
| 109 | Changing all the major modes in Emacs 18 so they would follow this | 110 | Changing all the major modes in Emacs 18 so they would follow this |
| 110 | convention was a lot of work. Abandoning this convention would make | 111 | convention was a lot of work. Abandoning this convention would make |