NEWS fix
authorGlenn Morris <rgm@gnu.org>
Tue, 20 Nov 2012 08:39:41 +0000 (00:39 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 20 Nov 2012 08:39:41 +0000 (00:39 -0800)
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00377.html

etc/NEWS

index c82dde7..43e760b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -787,7 +787,7 @@ are deprecated and will be removed eventually.
 ** New sampling-based Elisp profiler.
 Try M-x profiler-start, do some work, and then call M-x profiler-report.
 When finished, use M-x profiler-stop.  The sampling rate can be based on
-CPU time (only supported on some systems) or memory allocations.
+CPU time or memory allocations.
 
 +++
 ** CL-style generalized variables are now in core Elisp.