aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-29 12:07:29 +0000
committerDave Love2000-05-29 12:07:29 +0000
commit80c05bd333ae5fefe928261897bbe3b866026f09 (patch)
treeb8558a0bd85b8850cb25289faf9b25796e14d3c4
parent84ec3b4b5c5cfecfbdcdb6338e23ca091cbe93e8 (diff)
downloademacs-80c05bd333ae5fefe928261897bbe3b866026f09.tar.gz
emacs-80c05bd333ae5fefe928261897bbe3b866026f09.zip
keymap property.
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d78e34f71e..583d756f265 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1203of a primitive. 1203of a primitive.
1204 1204
1205** The text property `keymap' specifies a key map which overrides the
1206buffer's local map and the map specified by the `local-map' property.
1207This is probably what most current uses of `local-map' want, rather
1208than 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