]> git.eshelyaron.com Git - emacs.git/commitdiff
keymap property
authorDave Love <fx@gnu.org>
Wed, 29 Nov 2000 14:55:51 +0000 (14:55 +0000)
committerDave Love <fx@gnu.org>
Wed, 29 Nov 2000 14:55:51 +0000 (14:55 +0000)
lispref/text.texi

index 8ca521c3224f52edc0819e57c0d7c6a3682391ea..a0d7ed7717bf32ff255297017d8450ef0d3922d0 100644 (file)
@@ -2700,6 +2700,12 @@ of the buffer's local map.  If the property value is a symbol, the
 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}.