changeset 34000:bbedc7c6ec6f

keymap property
author Dave Love <fx@gnu.org>
date Wed, 29 Nov 2000 14:55:51 +0000
parents fa2cc4f8942e
children fc9ba8a24dde
files lispref/text.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Wed Nov 29 14:55:23 2000 +0000
+++ b/lispref/text.texi	Wed Nov 29 14:55:51 2000 +0000
@@ -2700,6 +2700,12 @@
 symbol's function definition is used as the keymap.  @xref{Active
 Keymaps}.
 
+@item keymap
+@kindex keymap @r{(text property)}
+The @code{keymap} property is similar to @code{local-map} but overrides the
+buffer's local map (and the map specified by the @code{local-map}
+property) rather than replacing it.
+
 @item syntax-table
 The @code{syntax-table} property overrides what the syntax table says
 about this particular character.  @xref{Syntax Properties}.