Mercurial > emacs
comparison etc/NEWS @ 29286:c0fe782084bb
keymap property.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 29 May 2000 12:07:29 +0000 |
parents | 552f0327e586 |
children | 580f03a746d8 |
comparison
equal
deleted
inserted
replaced
29285:d60b37a79c54 | 29286:c0fe782084bb |
---|---|
1197 | 1197 |
1198 | 1198 |
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 | |
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. | |
1204 | 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 |
1208 Note that +++ before an item means the Lisp manual has been updated. | 1213 Note that +++ before an item means the Lisp manual has been updated. |