aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/tips.texi9
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
293Sequences consisting of @kbd{C-c} followed by any other punctuation 293Sequences consisting of @kbd{C-c} followed by any other
294character are allocated for minor modes. Using them in a major mode is 294@acronym{ASCII} punctuation or symbol character are allocated for
295not absolutely prohibited, but if you do that, the major mode binding 295minor modes. Using them in a major mode is not absolutely prohibited,
296may be shadowed from time to time by minor modes. 296but if you do that, the major mode binding may be shadowed from time
297to time by minor modes.
297 298
298@item 299@item
299Don't bind @kbd{C-h} following any prefix character (including 300Don't bind @kbd{C-h} following any prefix character (including