diff options
| author | Eli Zaretskii | 2008-10-18 14:24:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-18 14:24:56 +0000 |
| commit | cdf17e861983e381b8a4472d25d278c7e3d6e060 (patch) | |
| tree | f3ab608a59478b455e3fea6ccfe398ffc5f00c90 | |
| parent | 80120f13ef629d16601efcc9afdad274ff63339a (diff) | |
| download | emacs-cdf17e861983e381b8a4472d25d278c7e3d6e060.tar.gz emacs-cdf17e861983e381b8a4472d25d278c7e3d6e060.zip | |
(Standard Keymaps): Document `multi-query-replace-map' and `search-map'.
| -rw-r--r-- | doc/lispref/maps.texi | 8 |
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 | |||
| 208 | to be informative for the user in @kbd{C-h b} (@code{display-bindings}), | 208 | to be informative for the user in @kbd{C-h b} (@code{display-bindings}), |
| 209 | where it describes the main use of the @kbd{C-c} prefix key. | 209 | where it describes the main use of the @kbd{C-c} prefix key. |
| 210 | 210 | ||
| 211 | @item multi-query-replace-map | ||
| 212 | A sparse keymap that extends @code{query-replace-map} for multi-buffer | ||
| 213 | replacements. @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 |
| 213 | A sparse keymap used by Occur mode. | 217 | 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 | |||
| 218 | that use this map do not support prefix keys; they look up one event at a | 222 | that use this map do not support prefix keys; they look up one event at a |
| 219 | time. | 223 | time. |
| 220 | 224 | ||
| 225 | @item search-map | ||
| 226 | A sparse keymap that provides global bindings for search-related | ||
| 227 | commands. | ||
| 228 | |||
| 221 | @item text-mode-map | 229 | @item text-mode-map |
| 222 | @vindex text-mode-map | 230 | @vindex text-mode-map |
| 223 | A sparse keymap used by Text mode. | 231 | A sparse keymap used by Text mode. |