diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-18 08:55:20 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-18 08:55:20 -0700 |
commit | 0a768890bacef10b9eb806982244044c12392dd9 (patch) | |
tree | f20da14607562946c96bfb6da5caffbf62112f38 /etc | |
parent | 1987bb15c5c4da85bb7f4274e9bc9b716ebf3791 (diff) | |
download | emacs-0a768890bacef10b9eb806982244044c12392dd9.tar.gz |
2 GiB, not 4 GiB, for buffer sizes.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ This is not a new feature; only the configure flag is new. --- ** There is a new configure option --with-wide-int. With it, Emacs integers typically have 62 bits, even on 32-bit machines. -On 32-bit hosts, this raises the limit on buffer sizes from 512 MiB to -a bit less than 4 GiB, with the exact limit set by the operating system. +On 32-bit hosts, this raises the limit on buffer sizes from about 512 MiB +to about 2 GiB. --- ** New translation of the Emacs Tutorial in Hebrew is available. |