diff options
author | Guido van Rossum <guido@python.org> | 2001-10-08 22:49:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-08 22:49:12 (GMT) |
commit | 342d8f778029c3e14bcc6f5ef7d6525fd1ab466c (patch) | |
tree | 132208c2c23f96e0a796fc5ced4ee27762426ae4 /Tools | |
parent | eaa6e3c7123525aa10a5e74c53d7210584e5aecc (diff) | |
download | cpython-342d8f778029c3e14bcc6f5ef7d6525fd1ab466c.zip cpython-342d8f778029c3e14bcc6f5ef7d6525fd1ab466c.tar.gz cpython-342d8f778029c3e14bcc6f5ef7d6525fd1ab466c.tar.bz2 |
Update outdated text about how to fix the font.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/help.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Tools/idle/help.txt b/Tools/idle/help.txt index a5d9a73..63327d7 100644 --- a/Tools/idle/help.txt +++ b/Tools/idle/help.txt @@ -123,10 +123,11 @@ Syntax colors: Other preferences: - To change the font on Windows, open EditorWindow.py and change - text['font'] = ("lucida console", 8) - to, e.g., - text['font'] = ("courier new", 10) + Most preferences can be changed by editing one of the + configuration text files: config.txt (generic) or one of + config-unix.txt, config-win.txt, config.mac.txt (platform + specific). User-specific preferences can be stored in + $HOME/.idle, which overrides the config*.txt files. To change keyboard bindings, edit Bindings.py |