From: Kurt B. Kaiser Date: Sat, 9 Aug 2003 03:10:01 +0000 (+0000) Subject: IDLEfork Bug 782759 config-main.def user configuration doc incorrect X-Git-Tag: v2.3.1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ffc0f82a42b8b885512a8f7e0f18cf2c0027739;p=thirdparty%2FPython%2Fcpython.git IDLEfork Bug 782759 config-main.def user configuration doc incorrect --- diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 4b545d44e957..e06234b1da94 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -13,10 +13,15 @@ # # user configuration # ------------------- -# ~/.idlerc/idle-main.cfg the user general config file -# ~/.idlerc/idle-extensions.cfg the user extension config file -# ~/.idlerc/idle-highlight.cfg the user highlighting config file -# ~/.idlerc/idle-keys.cfg the user keybinding config file +# ~/.idlerc/config-main.cfg the user general config file +# ~/.idlerc/config-extensions.cfg the user extension config file +# ~/.idlerc/config-highlight.cfg the user highlighting config file +# ~/.idlerc/config-keys.cfg the user keybinding config file +# +# On Windows2000 and Windows XP the .idlerc directory is at +# Documents and Settings\\.idlerc +# +# On Windows98 it is at c:\.idlerc # # Any options the user saves through the config dialog will be saved to # the relevant user config file. Reverting any general setting to the