]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Oct 2007 20:02:07 +0000 (20:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Oct 2007 20:02:07 +0000 (20:02 +0000)
etc/NEWS

index 9dab01e03d944d61e35df15dde3d3a95ad7667f0..0a1c5263d95ef6a4bcb325426531504c680c0ce7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -297,10 +297,13 @@ are called after a tty frame has been suspended or resumed,
 respectively.  The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.
 
-*** New functions: `environment', `let-environment'.
+*** New function: `environment'.
 
 *** New variable: `local-function-key-map'.
-This in addition to the global function-key-map variable that already existed.
+This in addition to the global function-key-map variable that
+already existed.  The global variable is not used directly any more;
+instead, the local-function-key-map is initialized so as to inherit from
+function-key-map.
 
 *** `initial-environment' holds the environment inherited from Emacs's parent.