diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:11 (GMT) |
commit | 63eaf7b73daf917454a855041c4c99278787c7a1 (patch) | |
tree | bd2ea62021541d0f7860f1e47e2544d279789740 /Lib | |
parent | e54d5321cc527d0c97a95b90b2754f6494e7b3e1 (diff) | |
parent | 2e770ce9a09c129fed6646e5b30560e06a3b8183 (diff) | |
download | cpython-63eaf7b73daf917454a855041c4c99278787c7a1.zip cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.gz cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.bz2 |
merge heads
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/help.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 7eff370..9540173 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -129,7 +129,9 @@ Options Menu (Shell and Editor): Configure IDLE -- Open a configuration dialog. Fonts, indentation, keybindings, and color themes may be altered. Startup Preferences may be set, and additional Help - sources can be specified. + sources can be specified. On OS X, open the + configuration dialog by selecting Preferences + in the application menu. --- Code Context (toggle) -- Open a pane at the top of the edit window |