From: Dave Love Date: Wed, 29 Nov 2000 14:55:51 +0000 (+0000) Subject: keymap property X-Git-Tag: emacs-pretest-21.0.93~380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b3da4ec41ecf03b83c8acafa20913cb3959905f;p=emacs.git keymap property --- 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}.