aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-18 14:24:56 +0000
committerEli Zaretskii2008-10-18 14:24:56 +0000
commitcdf17e861983e381b8a4472d25d278c7e3d6e060 (patch)
treef3ab608a59478b455e3fea6ccfe398ffc5f00c90
parent80120f13ef629d16601efcc9afdad274ff63339a (diff)
downloademacs-cdf17e861983e381b8a4472d25d278c7e3d6e060.tar.gz
emacs-cdf17e861983e381b8a4472d25d278c7e3d6e060.zip
(Standard Keymaps): Document `multi-query-replace-map' and `search-map'.
-rw-r--r--doc/lispref/maps.texi8
1 files changed, 8 insertions, 0 deletions
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
208to be informative for the user in @kbd{C-h b} (@code{display-bindings}), 208to be informative for the user in @kbd{C-h b} (@code{display-bindings}),
209where it describes the main use of the @kbd{C-c} prefix key. 209where it describes the main use of the @kbd{C-c} prefix key.
210 210
211@item multi-query-replace-map
212A sparse keymap that extends @code{query-replace-map} for multi-buffer
213replacements. @xref{Search and Replace, query-replace-map}.
214
211@item occur-mode-map 215@item occur-mode-map
212@vindex occur-mode-map 216@vindex occur-mode-map
213A sparse keymap used by Occur mode. 217A 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
218that use this map do not support prefix keys; they look up one event at a 222that use this map do not support prefix keys; they look up one event at a
219time. 223time.
220 224
225@item search-map
226A sparse keymap that provides global bindings for search-related
227commands.
228
221@item text-mode-map 229@item text-mode-map
222@vindex text-mode-map 230@vindex text-mode-map
223A sparse keymap used by Text mode. 231A sparse keymap used by Text mode.