diff options
author | Ned Deily <nad@acm.org> | 2015-07-04 22:06:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-04 22:06:21 (GMT) |
commit | 2e770ce9a09c129fed6646e5b30560e06a3b8183 (patch) | |
tree | 23e1e4483542c5aab756f4773ed899bdf543efaf /Lib/idlelib | |
parent | ac4f550bfcae297013f73088d85451dccd96a49a (diff) | |
parent | f1ce6deb4111267ab8de5cd6430c1bcebe1084bc (diff) | |
download | cpython-2e770ce9a09c129fed6646e5b30560e06a3b8183.zip cpython-2e770ce9a09c129fed6646e5b30560e06a3b8183.tar.gz cpython-2e770ce9a09c129fed6646e5b30560e06a3b8183.tar.bz2 |
Issue #24330: merge from 3.4
Diffstat (limited to 'Lib/idlelib')
-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 |