aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c82dde7a01a..43e760ba330 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -787,7 +787,7 @@ are deprecated and will be removed eventually.
787** New sampling-based Elisp profiler. 787** New sampling-based Elisp profiler.
788Try M-x profiler-start, do some work, and then call M-x profiler-report. 788Try M-x profiler-start, do some work, and then call M-x profiler-report.
789When finished, use M-x profiler-stop. The sampling rate can be based on 789When finished, use M-x profiler-stop. The sampling rate can be based on
790CPU time (only supported on some systems) or memory allocations. 790CPU time or memory allocations.
791 791
792+++ 792+++
793** CL-style generalized variables are now in core Elisp. 793** CL-style generalized variables are now in core Elisp.