From 6c09a21f6660eb9aea0a0dd61fbb2682611cb24b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 15 Jul 2004 22:38:06 +0000 Subject: [PATCH] Fix for #795649: explain how to use TextEdit for editing Python code. --- Doc/mac/using.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 491d04c77f2..e3d4e1b3a67 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -240,7 +240,9 @@ with extra features. You can create a text file with any word processing program such as \program{MSWord} or \program{AppleWorks} but you need to make sure -that the file is saved as ``\ASCII'' or ``plain text''. +that the file is saved as ``\ASCII'' or ``plain text''. This also +works for \program{TextEdit}, but you need to use the command ``Make Plain Text`` +in the ``Format`` menu before trying to save. \subsubsection{Editors with Python modes}