From: Eli Zaretskii Date: Sat, 18 Oct 2008 14:24:56 +0000 (+0000) Subject: (Standard Keymaps): Document `multi-query-replace-map' and `search-map'. X-Git-Tag: emacs-pretest-23.0.90~2413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdf17e861983e381b8a4472d25d278c7e3d6e060;p=emacs.git (Standard Keymaps): Document `multi-query-replace-map' and `search-map'. --- diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 44e299a7cf4..136183db326 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi @@ -208,6 +208,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 +222,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.