From 260c0dc1ca75e1bfd625d7823bfe03bf86db8175 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 Mar 2009 03:18:24 +0000 Subject: [PATCH] (Prefix Keys): The M-g prefix key is now named goto-map. Add search-map to the list. --- doc/lispref/keymaps.texi | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 177be238318..b6273e592b9 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -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 -- 2.39.5