summaryrefslogtreecommitdiff
path: root/lispref/maps.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-09-17 06:59:04 +0000
committerRichard M. Stallman <rms@gnu.org>1999-09-17 06:59:04 +0000
commit8241495da57ca0efed1b2e86ff693b5614e0aebd (patch)
treeee1fca7ca3eafe24dbbf651622196bc849203e69 /lispref/maps.texi
parent106217c6600b3049f1c62afaf198b9382206acba (diff)
downloademacs-8241495da57ca0efed1b2e86ff693b5614e0aebd.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/maps.texi')
-rw-r--r--lispref/maps.texi23
1 files changed, 12 insertions, 11 deletions
diff --git a/lispref/maps.texi b/lispref/maps.texi
index 96f8d0921ee..38734cd6523 100644
--- a/lispref/maps.texi
+++ b/lispref/maps.texi
@@ -67,34 +67,35 @@ A sparse keymap used by Emacs Lisp mode.
@item facemenu-menu
@vindex facemenu-menu
-The keymap that displays the Text Properties menu.
+The sparse keymap that displays the Text Properties menu.
@item facemenu-background-menu
@vindex facemenu-background-menu
-The keymap that displays the Background Color submenu of the Text
+The sparse keymap that displays the Background Color submenu of the Text
Properties menu.
@item facemenu-face-menu
@vindex facemenu-face-menu
-The keymap that displays the Face submenu of the Text Properties menu.
+The sparse keymap that displays the Face submenu of the Text Properties menu.
@item facemenu-foreground-menu
@vindex facemenu-foreground-menu
-The keymap that displays the Foreground Color submenu of the Text
+The sparse keymap that displays the Foreground Color submenu of the Text
Properties menu.
@item facemenu-indentation-menu
@vindex facemenu-indentation-menu
-The keymap that displays the Indentation submenu of the Text Properties menu.
+The sparse keymap that displays the Indentation submenu of the Text
+Properties menu.
@item facemenu-justification-menu
@vindex facemenu-justification-menu
-The keymap that displays the Justification submenu of the Text
+The sparse keymap that displays the Justification submenu of the Text
Properties menu.
@item facemenu-special-menu
@vindex facemenu-special-menu
-The keymap that displays the Special Props submenu of the Text
+The sparse keymap that displays the Special Props submenu of the Text
Properties menu.
@item function-key-map
@@ -104,7 +105,7 @@ If there are none, then it contains an empty sparse keymap.
@item fundamental-mode-map
@vindex fundamental-mode-map
-The local keymap for Fundamental mode.@*
+The sparse keymap for Fundamental mode.@*
It is empty and should not be changed.
@item Helper-help-map
@@ -132,7 +133,7 @@ bindings, unlike @code{function-key-map}. @xref{Translating Input}.
@item lisp-interaction-mode-map
@vindex lisp-interaction-mode-map
-A sparse keymap used by Lisp mode.
+A sparse keymap used by Lisp Interaction mode.
@item lisp-mode-map
@vindex lisp-mode-map
@@ -171,10 +172,10 @@ where it describes the main use of the @kbd{C-c} prefix key.
@item occur-mode-map
@vindex occur-mode-map
-A local keymap used by Occur mode.
+A sparse keymap used by Occur mode.
@item query-replace-map
-A local keymap used for responses in @code{query-replace} and related
+A sparse keymap used for responses in @code{query-replace} and related
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.