summaryrefslogtreecommitdiff
path: root/doc/lispref/maps.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-10-20 01:06:38 +0300
committerJuri Linkov <juri@linkov.net>2019-10-20 01:06:38 +0300
commit58d23f5f19b5b766fd70addcb36414a739a00e4a (patch)
tree57c6147638032e07fd852bcf8d1da7125bb7dd59 /doc/lispref/maps.texi
parent7e238e7d50872d43a137c1350cb3b293aea176c2 (diff)
downloademacs-58d23f5f19b5b766fd70addcb36414a739a00e4a.tar.gz
Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.
* doc/emacs/commands.texi (Keys): Add 'C-x t'. * doc/emacs/frames.texi (Tab Bars): Replace 'C-x 6' with 'C-x t'. * doc/lispref/keymaps.texi (Prefix Keys): Add 'C-x t' (tab-prefix-map). * doc/lispref/maps.texi (Standard Keymaps): Add tab-prefix-map, tab-bar-map. * lisp/dired.el: Rebind 'C-x 6 d' to 'C-x t d'. Use tab-prefix-map. * lisp/subr.el (ctl-x-6-map, ctl-x-6-prefix, ctl-x-t-prefix): Remove. (tab-prefix-map): New keymap bound to 'C-x t'. * lisp/tab-bar.el: Use tab-prefix-map instead of ctl-x-6-map. * lisp/textmodes/two-column.el: Restore autoload global setting of "\C-x6" to 2C-command. * lisp/ldefs-boot.el: Update to add 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): Restore 'C-x 6' bound to '2C-mode-map'.
Diffstat (limited to 'doc/lispref/maps.texi')
-rw-r--r--doc/lispref/maps.texi13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi
index 1ee4816b0c7..7743f3cb3c4 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 @key{F2}.@*
+A sparse keymap for subcommands of the prefix @kbd{C-x 6}.@*
@xref{Two-Column,, Two-Column Editing, emacs, The GNU Emacs Manual}.
@item abbrev-map
@@ -42,9 +42,6 @@ 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.
@@ -181,6 +178,14 @@ A sparse keymap that provides global bindings for search-related commands.
The keymap used by Special mode.@*
@xref{Basic Major Modes}.
+@item tab-prefix-map
+The global keymap used for the @kbd{C-x t} prefix key for tab-bar related commands.@*
+@xref{Tab Bars,,, emacs, The GNU Emacs Manual}.
+
+@item tab-bar-map
+The keymap defining the contents of the tab bar.@*
+@xref{Tab Bars,,, emacs, The GNU Emacs Manual}.
+
@item tool-bar-map
The keymap defining the contents of the tool bar.@*
@xref{Tool Bar}.