1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

More cleanup related to last change.

This commit is contained in:
Kim F. Storm 2006-07-12 13:01:23 +00:00
parent 099d42019a
commit 9b2232dd00

View File

@ -160,12 +160,9 @@ For usage of other options, use the --help option.
* 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 @@ makefile.MPW. I.e., execute the commands
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.