update NEWS for 2.7 as Terry Reedy proposed
diff --git a/Misc/NEWS b/Misc/NEWS
index 08215ac..1fab8fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,8 +35,10 @@
 Library
 -------
 
-- Issue #14409: IDLE doesn't not execute commands from shell,
-  error with default keybinding for Return. (Patch by Roger Serwy)
+- Issue #14409: IDLE now properly executes commands in the Shell window
+  when it cannot read the normal config files on startup and
+  has to use the built-in default key bindings.
+  There was previously a bug in one of the defaults.
 
 - Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on
   OSX; avoid to call handle_connect in case of a disconnected socket which