diff options
| author | Dave Love | 2000-05-29 12:07:29 +0000 |
|---|---|---|
| committer | Dave Love | 2000-05-29 12:07:29 +0000 |
| commit | 80c05bd333ae5fefe928261897bbe3b866026f09 (patch) | |
| tree | b8558a0bd85b8850cb25289faf9b25796e14d3c4 | |
| parent | 84ec3b4b5c5cfecfbdcdb6338e23ca091cbe93e8 (diff) | |
| download | emacs-80c05bd333ae5fefe928261897bbe3b866026f09.tar.gz emacs-80c05bd333ae5fefe928261897bbe3b866026f09.zip | |
keymap property.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1199,9 +1199,14 @@ functionality with aliases for the mldrag functions. | |||
| 1199 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 1199 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 1200 | (Display-related features are described in a page of their own below.) | 1200 | (Display-related features are described in a page of their own below.) |
| 1201 | 1201 | ||
| 1202 | ** The function `sub-arity' provides information on the argument list | 1202 | ** The function `subr-arity' provides information on the argument list |
| 1203 | of a primitive. | 1203 | of a primitive. |
| 1204 | 1204 | ||
| 1205 | ** The text property `keymap' specifies a key map which overrides the | ||
| 1206 | buffer's local map and the map specified by the `local-map' property. | ||
| 1207 | This is probably what most current uses of `local-map' want, rather | ||
| 1208 | than replacing the local map. | ||
| 1209 | |||
| 1205 | 1210 | ||
| 1206 | * Lisp changes in Emacs 21.1 (see following page for display-related features) | 1211 | * Lisp changes in Emacs 21.1 (see following page for display-related features) |
| 1207 | 1212 | ||