diff options
| author | Dave Love | 2000-11-29 14:55:51 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-29 14:55:51 +0000 |
| commit | 0b3da4ec41ecf03b83c8acafa20913cb3959905f (patch) | |
| tree | 296859ec03542111ff77fce1372f6b674d58ad1a /lispref | |
| parent | aad529410b9a127253be02eb2ebca1054b91a840 (diff) | |
| download | emacs-0b3da4ec41ecf03b83c8acafa20913cb3959905f.tar.gz emacs-0b3da4ec41ecf03b83c8acafa20913cb3959905f.zip | |
keymap property
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/text.texi | 6 |
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 | |||
| 2700 | symbol's function definition is used as the keymap. @xref{Active | 2700 | symbol's function definition is used as the keymap. @xref{Active |
| 2701 | Keymaps}. | 2701 | Keymaps}. |
| 2702 | 2702 | ||
| 2703 | @item keymap | ||
| 2704 | @kindex keymap @r{(text property)} | ||
| 2705 | The @code{keymap} property is similar to @code{local-map} but overrides the | ||
| 2706 | buffer's local map (and the map specified by the @code{local-map} | ||
| 2707 | property) rather than replacing it. | ||
| 2708 | |||
| 2703 | @item syntax-table | 2709 | @item syntax-table |
| 2704 | The @code{syntax-table} property overrides what the syntax table says | 2710 | The @code{syntax-table} property overrides what the syntax table says |
| 2705 | about this particular character. @xref{Syntax Properties}. | 2711 | about this particular character. @xref{Syntax Properties}. |