summaryrefslogtreecommitdiff
path: root/doc/lispref/maps.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-10-06 21:47:24 +0300
committerJuri Linkov <juri@linkov.net>2019-10-06 21:47:24 +0300
commit29db34e3e0cd5be78b7ab4604050c0ba05835414 (patch)
treeb50e906e0ef28dc9ba57f42f29553e379d7f90b4 /doc/lispref/maps.texi
parentef9124aaa005d5409b194ec60e3315d8a6625760 (diff)
downloademacs-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/lispref/maps.texi')
-rw-r--r--doc/lispref/maps.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi
index bcf8f175e09..1ee4816b0c7 100644
--- a/doc/lispref/maps.texi
+++ b/doc/lispref/maps.texi
@@ -21,7 +21,7 @@ keymaps, @pxref{Keymaps}.
@c Don't add xrefs to things covered in {Keymaps}.
@table @code
@item 2C-mode-map
-A sparse keymap for subcommands of the prefix @kbd{C-x 6}.@*
+A sparse keymap for subcommands of the prefix @key{F2}.@*
@xref{Two-Column,, Two-Column Editing, emacs, The GNU Emacs Manual}.
@item abbrev-map
@@ -42,6 +42,9 @@ A sparse keymap for subcommands of the prefix @kbd{C-x 4}.
@item ctl-x-5-map
A sparse keymap for subcommands of the prefix @kbd{C-x 5}.
+@item ctl-x-6-map
+A sparse keymap for subcommands of the prefix @kbd{C-x 6}.
+
@item ctl-x-map
A full keymap for @kbd{C-x} commands.