diff options
| -rw-r--r-- | doc/lispref/tips.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 8e92bb90120..0a3d244157e 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -290,10 +290,11 @@ Sequences consisting of @kbd{C-c} followed by @kbd{@{}, @kbd{@}}, | |||
| 290 | @kbd{<}, @kbd{>}, @kbd{:} or @kbd{;} are also reserved for major modes. | 290 | @kbd{<}, @kbd{>}, @kbd{:} or @kbd{;} are also reserved for major modes. |
| 291 | 291 | ||
| 292 | @item | 292 | @item |
| 293 | Sequences consisting of @kbd{C-c} followed by any other punctuation | 293 | Sequences consisting of @kbd{C-c} followed by any other |
| 294 | character are allocated for minor modes. Using them in a major mode is | 294 | @acronym{ASCII} punctuation or symbol character are allocated for |
| 295 | not absolutely prohibited, but if you do that, the major mode binding | 295 | minor modes. Using them in a major mode is not absolutely prohibited, |
| 296 | may be shadowed from time to time by minor modes. | 296 | but if you do that, the major mode binding may be shadowed from time |
| 297 | to time by minor modes. | ||
| 297 | 298 | ||
| 298 | @item | 299 | @item |
| 299 | Don't bind @kbd{C-h} following any prefix character (including | 300 | Don't bind @kbd{C-h} following any prefix character (including |