diff options
author | Steven M. Gava <elguavas@python.net> | 2002-03-27 02:25:44 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-03-27 02:25:44 (GMT) |
commit | 0c5bc8c9518fd18d41aedede536c4a9aa8dfa619 (patch) | |
tree | ecf20b73397fa392cedc107c0c0b2c25b1379e9f /Lib/idlelib/config-main.def | |
parent | cedd30b030d8424e5f4de9f5fa2fdf14a3a702b7 (diff) | |
download | cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.zip cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.tar.gz cpython-0c5bc8c9518fd18d41aedede536c4a9aa8dfa619.tar.bz2 |
further work on new config system;
user defined help items
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 9cd58fb..01f0662 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -28,8 +28,6 @@ [General] editor-on-startup= 1 -user-help-browser= 0 -user-help-browser-command= [EditorWindow] width= 80 |