aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-01-16 00:10:18 -0800
committerGlenn Morris2013-01-16 00:10:18 -0800
commit64420fcd992411aac0f36cbbf0559fde9834ab23 (patch)
treef6f65d29ffade2e2f64556fb5fa221ecd256dc4f /etc
parentcfbcc10b457e9ff27474171f0636ba23065ecaa2 (diff)
downloademacs-64420fcd992411aac0f36cbbf0559fde9834ab23.tar.gz
emacs-64420fcd992411aac0f36cbbf0559fde9834ab23.zip
NEWS tweak
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 64d58ebfc48..7ac6c89ebf4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,9 +32,9 @@ features (image support, etc.) that are normally enabled by default.
32 32
33** New configure option `--enable-gcc-warnings' (for developing/debugging 33** New configure option `--enable-gcc-warnings' (for developing/debugging
34Emacs). If building with GCC, this enables compile-time checks that 34Emacs). If building with GCC, this enables compile-time checks that
35warn about possibly-questionable C code. On a recent GNU system there 35warn/give errors about possibly-questionable C code. On a recent GNU
36should be no warnings; on older and on non-GNU systems the generated 36system there should be no warnings; on older and on non-GNU systems
37warnings may be useful. 37the results may be useful to developers.
38 38
39** The configure option `--enable-use-lisp-union-type' has been 39** The configure option `--enable-use-lisp-union-type' has been
40renamed to `--enable-check-lisp-object-type', as the resulting 40renamed to `--enable-check-lisp-object-type', as the resulting