diff options
| author | Stefan Monnier | 2004-01-14 14:26:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-14 14:26:41 +0000 |
| commit | cf91865fcf8c2fb3cd216200bde311b30eb3f6b2 (patch) | |
| tree | 1892e363f331595ac404662f58dd7f4156a6f715 /mac/INSTALL | |
| parent | eccab1443473de595b404d0fe05206a33e16f425 (diff) | |
| download | emacs-cf91865fcf8c2fb3cd216200bde311b30eb3f6b2.tar.gz emacs-cf91865fcf8c2fb3cd216200bde311b30eb3f6b2.zip | |
Update TOO_MUCH_RAM error message.
Diffstat (limited to 'mac/INSTALL')
| -rw-r--r-- | mac/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index 79007f8c324..def7913f83a 100644 --- a/mac/INSTALL +++ b/mac/INSTALL | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | * BUILDING EMACS ON MAC OS 8/9 AND MAC OS X -*- outline -*- | 1 | * BUILDING EMACS ON MAC OS 8/9 AND MAC OS X -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (c) 2001, 2002 Free Software Foundation, Inc. | 3 | Copyright (c) 2001, 2002, 2004 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Permission is granted to anyone to make or distribute verbatim | 5 | Permission is granted to anyone to make or distribute verbatim |
| 6 | copies of this document as received, in any medium, provided that | 6 | copies of this document as received, in any medium, provided that |
| @@ -205,7 +205,7 @@ Emacs should build and run on a PowerMac running Mac OS 8.6 - 10.2. | |||
| 205 | You will need around 100 MB of disk space for the source files and | 205 | You will need around 100 MB of disk space for the source files and |
| 206 | intermediate files. | 206 | intermediate files. |
| 207 | 207 | ||
| 208 | It will not run on machines running Mac OS 8/9 with more than 256 MB | 208 | It will not run on machines running Mac OS 8/9 with more than 512 MB |
| 209 | of physical or virtual memory. It does not have this restriction when | 209 | of physical or virtual memory. It does not have this restriction when |
| 210 | it is run under Mac OS X. But the usual 128MB buffer limit of a | 210 | it is run under Mac OS X. But the usual 128MB buffer limit of a |
| 211 | 32-bit Emacs still exists. | 211 | 32-bit Emacs still exists. |