[Python-checkins] CVS: python/dist/src/Tools/idle help.txt,1.9,1.10

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 08 Oct 2001 15:49:14 -0700


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv21411

Modified Files:
	help.txt 
Log Message:
Update outdated text about how to fix the font.


Index: help.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/help.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** help.txt	2001/01/19 03:30:58	1.9
--- help.txt	2001/10/08 22:49:12	1.10
***************
*** 124,131 ****
  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)
  
  	To change keyboard bindings, edit Bindings.py
--- 124,132 ----
  Other preferences:
  
! 	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