From 0b3da4ec41ecf03b83c8acafa20913cb3959905f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 29 Nov 2000 14:55:51 +0000 Subject: keymap property --- lispref/text.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lispref') diff --git a/lispref/text.texi b/lispref/text.texi index 8ca521c3224..a0d7ed7717b 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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}. -- cgit v1.2.1