Mercurial > emacs
changeset 98821:4c7eff0c3954
(Standard Keymaps): Document `multi-query-replace-map' and `search-map'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Oct 2008 14:24:56 +0000 |
parents | e7e2727fead1 |
children | e6eef808ee90 |
files | doc/lispref/maps.texi |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/maps.texi Sat Oct 18 14:07:36 2008 +0000 +++ b/doc/lispref/maps.texi Sat Oct 18 14:24:56 2008 +0000 @@ -208,6 +208,10 @@ 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 @@ 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.