diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:52:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:52:33 (GMT) |
commit | 1da0612e70f64af89340630436483366a0e86ea4 (patch) | |
tree | 2a89038b20d4445ab54c857077fa0b39581dc818 /Lib | |
parent | 2a48a6eb335e496220aa75f6daae5b56e231b8e4 (diff) | |
parent | f1ce6deb4111267ab8de5cd6430c1bcebe1084bc (diff) | |
download | cpython-1da0612e70f64af89340630436483366a0e86ea4.zip cpython-1da0612e70f64af89340630436483366a0e86ea4.tar.gz cpython-1da0612e70f64af89340630436483366a0e86ea4.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 |