diff options
author | Juri Linkov <juri@linkov.net> | 2019-10-06 21:47:24 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-10-06 21:47:24 +0300 |
commit | 29db34e3e0cd5be78b7ab4604050c0ba05835414 (patch) | |
tree | b50e906e0ef28dc9ba57f42f29553e379d7f90b4 /doc/emacs/commands.texi | |
parent | ef9124aaa005d5409b194ec60e3315d8a6625760 (diff) | |
download | emacs-29db34e3e0cd5be78b7ab4604050c0ba05835414.tar.gz |
Don't bind 'C-x 6' to '2C-mode-map' globally by default.
* lisp/textmodes/two-column.el: Don't autoload global setting of
"\C-x6" to 2C-command.
* lisp/ldefs-boot.el: Update to remove setting "\C-x6" to 2C-command.
* doc/emacs/commands.texi (Keys):
* doc/emacs/text.texi (Two-Column):
* doc/lispref/keymaps.texi (Prefix Keys):
* doc/lispref/maps.texi (Standard Keymaps):
Unbind 'C-x 6' from '2C-mode-map'.
Diffstat (limited to 'doc/emacs/commands.texi')
-rw-r--r-- | doc/emacs/commands.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 4773d7675bd..17e0d20f358 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi @@ -118,13 +118,12 @@ C-k} is two key sequences, not one. By default, the prefix keys in Emacs are @kbd{C-c}, @kbd{C-h}, @kbd{C-x}, @kbd{C-x @key{RET}}, @kbd{C-x @@}, @kbd{C-x a}, @kbd{C-x n}, @kbd{C-x r}, @kbd{C-x v}, @kbd{C-x 4}, @kbd{C-x 5}, @kbd{C-x 6}, -@key{ESC}, @kbd{M-g}, and @kbd{M-o}. (@key{F1} and @key{F2} are -aliases for @kbd{C-h} and @kbd{C-x 6}.) This list is not cast in -stone; if you customize Emacs, you can make new prefix keys. You -could even eliminate some of the standard ones, though this is not -recommended for most users; for example, if you remove the prefix -definition of @kbd{C-x 4}, then @kbd{C-x 4 C-f} becomes an invalid key -sequence. @xref{Key Bindings}. +@key{ESC}, @kbd{M-g}, @kbd{M-o} and @key{F2}. (@key{F1} is an alias +for @kbd{C-h}.) This list is not cast in stone; if you customize +Emacs, you can make new prefix keys. You could even eliminate some of +the standard ones, though this is not recommended for most users; for +example, if you remove the prefix definition of @kbd{C-x 4}, then +@kbd{C-x 4 C-f} becomes an invalid key sequence. @xref{Key Bindings}. Typing the help character (@kbd{C-h} or @key{F1}) after a prefix key displays a list of the commands starting with that prefix. The sole |