emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/maps.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/maps.texi,v
Date: Sat, 15 Jul 2006 00:14:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/15 00:14:38

Index: maps.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/maps.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- maps.texi   6 Feb 2006 11:55:10 -0000       1.12
+++ maps.texi   15 Jul 2006 00:14:38 -0000      1.13
@@ -12,11 +12,17 @@
 loaded only when their respective mode is used.  This is not
 an exhaustive list.
 
+Several keymaps are used in the minibuffer.  @xref{Completion Commands}.
+
 Almost all of these maps are used as local maps.  Indeed, of the modes
 that presently exist, only Vip mode and Terminal mode ever change the
 global keymap.
 
 @table @code
address@hidden apropos-mode-map
address@hidden apropos-mode-map
+A sparse keymap for @code{apropos} buffers.
+
 @item Buffer-menu-mode-map
 @vindex Buffer-menu-mode-map
 A full keymap used by Buffer Menu mode.
@@ -38,6 +44,9 @@
 @item ctl-x-map
 A full keymap for @kbd{C-x} commands.
 
address@hidden custom-mode-map
+A full keymap for Custom mode.
+
 @item debugger-mode-map
 @vindex debugger-mode-map
 A full keymap used by Debugger mode.
@@ -66,6 +75,10 @@
 @vindex emacs-lisp-mode-map
 A sparse keymap used by Emacs Lisp mode.
 
address@hidden esc-map
address@hidden esc-map
+A full keymap for @kbd{ESC} (or @kbd{Meta}) commands.
+
 @item facemenu-menu
 @vindex facemenu-menu
 The sparse keymap that displays the Text Properties menu.
@@ -109,6 +122,21 @@
 The sparse keymap for Fundamental address@hidden
 It is empty and should not be changed.
 
address@hidden global-map
+The full keymap containing default global key address@hidden
+Modes should not modify the Global map.
+
address@hidden grep-mode-map
address@hidden grep-mode-map
+The keymap for @code{grep-mode} buffers.
+
address@hidden help-map
+The sparse keymap for the keys that follow the help character @kbd{C-h}.
+
address@hidden help-mode-map
address@hidden help-mode-map
+The sparse keymap for Help mode.
+
 @item Helper-help-map
 @vindex Helper-help-map
 A full keymap used by the help utility address@hidden
@@ -132,6 +160,11 @@
 A keymap for translating keys.  This one overrides ordinary key
 bindings, unlike @code{function-key-map}.  @xref{Translating Input}.
 
address@hidden kmacro-map
address@hidden kmacro-map
+A sparse keymap for keys that follows the @kbd{C-x C-k} prefix
+search.
+
 @item lisp-interaction-mode-map
 @vindex lisp-interaction-mode-map
 A sparse keymap used by Lisp Interaction mode.
@@ -184,6 +217,9 @@
 @vindex text-mode-map
 A sparse keymap used by Text mode.
 
address@hidden tool-bar-map
+The keymap defining the contents of the tool bar.
+
 @item view-mode-map
 @vindex view-mode-map
 A full keymap used by View mode.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]