# HG changeset patch # User Dave Love # Date 975509751 0 # Node ID bbedc7c6ec6f7f1fe155ce7085afee4b2043ad01 # Parent fa2cc4f8942e944f28e9e27fb189205d0a37db05 keymap property diff -r fa2cc4f8942e -r bbedc7c6ec6f lispref/text.texi --- 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}.