changeset 71820:3b5341ede4ac

More cleanup related to last change.
author Kim F. Storm <storm@cua.dk>
date Wed, 12 Jul 2006 13:01:23 +0000
parents bbfb5030b0cc
children f4d3bf293675
files mac/INSTALL
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mac/INSTALL	Wed Jul 12 08:38:06 2006 +0000
+++ b/mac/INSTALL	Wed Jul 12 13:01:23 2006 +0000
@@ -160,12 +160,9 @@
 
 * BUILDING EMACS ON MAC OS Classic
 
-You can use either MPW-GM (Aug. 2001) to build Emacs.  MPW-GM can be
+You can use MPW-GM (Aug. 2001) to build Emacs.  MPW-GM can be
 downloaded free of charge from Apple.
 
-In either case, you will need MPW-GM to build the make-docfile utility
-and to generate the doc string file DOC.
-
 ### IMPORTANT ### You can use StuffIt Expander to decompress and untar
 the distribution.  However, you *must* set the radio button in the
 Preferences->Cross Platform->Convert text files to Macintosh format to
@@ -183,8 +180,8 @@
   make Emacs -f makefile.MPW > Emacs.MakeScript
   Emacs.MakeScript
 
-The above commands create an executable that uses the Carbon API.  The
-non-Carbon version can also be created by replacing all the
+The above commands create an executable that uses the Carbon API.
+The non-Carbon version can also be created by replacing all the
 occurrences of `Emacs' above with `NonCarbon'.  Not that the
 non-Carbon version does not support some features such as file
 dialogs, drag-and-drop, and Unicode menus.