summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-29 14:55:51 +0000
committerDave Love <fx@gnu.org>2000-11-29 14:55:51 +0000
commit0b3da4ec41ecf03b83c8acafa20913cb3959905f (patch)
tree296859ec03542111ff77fce1372f6b674d58ad1a /lispref
parentaad529410b9a127253be02eb2ebca1054b91a840 (diff)
downloademacs-0b3da4ec41ecf03b83c8acafa20913cb3959905f.tar.gz
keymap property
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi6
1 files changed, 6 insertions, 0 deletions
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}.