aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBasil L. Contovounesios2024-06-10 07:29:38 +0200
committerBasil L. Contovounesios2024-06-10 09:32:55 +0200
commitd6ecabe23b752116e48e8fbb28ee6f47eef5ec18 (patch)
tree21cfb4e961b526634f173a90396caae2a039a1de /etc
parent4d59608ec40d725c6d7ec57d02a81ea6c3641079 (diff)
downloademacs-d6ecabe23b752116e48e8fbb28ee6f47eef5ec18.tar.gz
emacs-d6ecabe23b752116e48e8fbb28ee6f47eef5ec18.zip
; Tweak recent NEWS and window.el docs.
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 f4cb7c1a3c8..75c26c031c2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -129,7 +129,7 @@ to your init:
129** The default process filter was rewritten in native code. 129** The default process filter was rewritten in native code.
130The round-trip through the Lisp function 130The round-trip through the Lisp function
131'internal-default-process-filter' is skipped when the process filter is 131'internal-default-process-filter' is skipped when the process filter is
132the default one. It's reimplemented in native code, reducing GC churn. 132the default one. It's reimplemented in native code, reducing GC churn.
133 133
134To undo the change, set 'read-process-output-fast' to nil. 134To undo the change, set 'read-process-output-fast' to nil.
135 135