X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ba69b876ac836a88877dab99e6fc2352dd36c855..a560da7e8e3d9d4182e94e692448a85b812f1448:/doc/lispref/maps.texi diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 2e370f9123..88ab85a2ac 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/maps @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top @@ -112,7 +112,7 @@ Properties menu. The sparse keymap that displays the Special Props submenu of the Text Properties menu. -@item function-key-map +@item local-function-key-map The keymap for translating key sequences to preferred alternatives.@* If there are none, then it contains an empty sparse keymap. @xref{Translation Keymaps}. @@ -163,7 +163,8 @@ search. @item key-translation-map A keymap for translating keys. This one overrides ordinary key -bindings, unlike @code{function-key-map}. @xref{Translation Keymaps}. +bindings, unlike @code{local- function-key-map}. @xref{Translation +Keymaps}. @item kmacro-map @vindex kmacro-map @@ -208,6 +209,10 @@ global map. This map is not actually mode specific: its name was chosen to be informative for the user in @kbd{C-h b} (@code{display-bindings}), where it describes the main use of the @kbd{C-c} prefix key. +@item multi-query-replace-map +A sparse keymap that extends @code{query-replace-map} for multi-buffer +replacements. @xref{Search and Replace, query-replace-map}. + @item occur-mode-map @vindex occur-mode-map A sparse keymap used by Occur mode. @@ -218,6 +223,10 @@ commands; also for @code{y-or-n-p} and @code{map-y-or-n-p}. The functions that use this map do not support prefix keys; they look up one event at a time. +@item search-map +A sparse keymap that provides global bindings for search-related +commands. + @item text-mode-map @vindex text-mode-map A sparse keymap used by Text mode.