diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index ef9bd2698f5bfc..56d7c9f4c2c297 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -235,6 +235,12 @@ View Last Restart Restart Shell Restart the shell to clean the environment. +Previous History + Cycle through earlier commands in history which match the current entry. + +Next History + Cycle through later commands in history which match the current entry. + Interrupt Execution Stop a running program. diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 051690bc66a22f..80c87f6ebdf1b2 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -273,6 +273,10 @@
The rest of this menu lists the names of all open windows; select one to bring -it to the foreground (deiconifying it if necessary).
+Lists the names of all open windows; select one to bring it to the foreground +(deiconifying it if necessary).