From: Glenn Morris Date: Wed, 16 Jan 2013 08:10:18 +0000 (-0800) Subject: NEWS tweak X-Git-Tag: emacs-24.2.93~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64420fcd992411aac0f36cbbf0559fde9834ab23;p=emacs.git NEWS tweak --- 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. ** New configure option `--enable-gcc-warnings' (for developing/debugging Emacs). If building with GCC, this enables compile-time checks that -warn about possibly-questionable C code. On a recent GNU system there -should be no warnings; on older and on non-GNU systems the generated -warnings may be useful. +warn/give errors about possibly-questionable C code. On a recent GNU +system there should be no warnings; on older and on non-GNU systems +the results may be useful to developers. ** The configure option `--enable-use-lisp-union-type' has been renamed to `--enable-check-lisp-object-type', as the resulting