(Prefix Keys): The M-g prefix key is now named goto-map. Add
search-map to the list.
This commit is contained in:
parent
b0cc32db4c
commit
260c0dc1ca
1 changed files with 15 additions and 6 deletions
|
@ -487,14 +487,12 @@ prefix key.
|
|||
@code{ctl-x-4-map} is the global keymap used for the @kbd{C-x 4} prefix
|
||||
key.
|
||||
|
||||
@c Emacs 19 feature
|
||||
@item
|
||||
@cindex @kbd{C-x 5}
|
||||
@vindex ctl-x-5-map
|
||||
@code{ctl-x-5-map} is the global keymap used for the @kbd{C-x 5} prefix
|
||||
key.
|
||||
|
||||
@c Emacs 19 feature
|
||||
@item
|
||||
@cindex @kbd{C-x 6}
|
||||
@vindex 2C-mode-map
|
||||
|
@ -507,17 +505,28 @@ key.
|
|||
@code{vc-prefix-map} is the global keymap used for the @kbd{C-x v} prefix
|
||||
key.
|
||||
|
||||
@item
|
||||
@cindex @kbd{M-g}
|
||||
@vindex goto-map
|
||||
@code{goto-map} is the global keymap used for the @kbd{M-g} prefix
|
||||
key.
|
||||
|
||||
@item
|
||||
@cindex @kbd{M-s}
|
||||
@vindex search-map
|
||||
@code{search-map} is the global keymap used for the @kbd{M-s} prefix
|
||||
key.
|
||||
|
||||
@item
|
||||
@cindex @kbd{M-o}
|
||||
@vindex facemenu-keymap
|
||||
@code{facemenu-keymap} is the global keymap used for the @kbd{M-o}
|
||||
prefix key.
|
||||
|
||||
@c Emacs 19 feature
|
||||
@item
|
||||
The other Emacs prefix keys are @kbd{M-g}, @kbd{C-x @@}, @kbd{C-x a i},
|
||||
@kbd{C-x @key{ESC}} and @kbd{@key{ESC} @key{ESC}}. They use keymaps
|
||||
that have no special names.
|
||||
The other Emacs prefix keys are @kbd{C-x @@}, @kbd{C-x a i}, @kbd{C-x
|
||||
@key{ESC}} and @kbd{@key{ESC} @key{ESC}}. They use keymaps that have
|
||||
no special names.
|
||||
@end itemize
|
||||
|
||||
The keymap binding of a prefix key is used for looking up the event
|
||||
|
|
Loading…
Add table
Reference in a new issue