aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ad12cae496e..63096f43859 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,6 +49,9 @@ were loaded.
49 49
50* Changes in Emacs 23.2 50* Changes in Emacs 23.2
51 51
52** The maximum size of buffers (as well as the largest fixnum) is doubled.
53On typical 32bit systems, buffers can now be up to 512MB.
54
52** Function arguments in *Help* buffers are now in uppercase by default. 55** Function arguments in *Help* buffers are now in uppercase by default.
53You can customize the new variable `help-downcase-arguments' to change it. 56You can customize the new variable `help-downcase-arguments' to change it.
54 57