#14735: Update IDLE docs to omit "Control-z on Windows".
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index 2ebf8bf..4b42e05 100644
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -233,8 +233,7 @@
 Python Shell window:
 
 	Control-c interrupts executing command.
-	Control-d sends end-of-file; closes window if typed at >>> prompt
-		(this is Control-z on Windows).
+	Control-d sends end-of-file; closes window if typed at >>> prompt.
 
     Command history:
 
diff --git a/Misc/NEWS b/Misc/NEWS
index fc81740..5b4080a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@
 IDLE
 ----
 
+- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
+
 - Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
 
 - Issue #17657: Show full Tk version in IDLE's about dialog.