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
commit61973b653f2ba787a9ff48fb7771d1c74656bdc1 (patch)
treee20f297b7f4a0e18974dcc16b1b6519735cdecd5 /lispref
parentdfd405c750d13de71297994f0c7a7c688d7741ea (diff)
downloademacs-61973b653f2ba787a9ff48fb7771d1c74656bdc1.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}.