diff options
| author | Basil L. Contovounesios | 2024-06-10 07:29:38 +0200 |
|---|---|---|
| committer | Basil L. Contovounesios | 2024-06-10 09:32:55 +0200 |
| commit | d6ecabe23b752116e48e8fbb28ee6f47eef5ec18 (patch) | |
| tree | 21cfb4e961b526634f173a90396caae2a039a1de /etc | |
| parent | 4d59608ec40d725c6d7ec57d02a81ea6c3641079 (diff) | |
| download | emacs-d6ecabe23b752116e48e8fbb28ee6f47eef5ec18.tar.gz emacs-d6ecabe23b752116e48e8fbb28ee6f47eef5ec18.zip | |
; Tweak recent NEWS and window.el docs.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 130 | The round-trip through the Lisp function | 130 | The 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 |
| 132 | the default one. It's reimplemented in native code, reducing GC churn. | 132 | the default one. It's reimplemented in native code, reducing GC churn. |
| 133 | 133 | ||
| 134 | To undo the change, set 'read-process-output-fast' to nil. | 134 | To undo the change, set 'read-process-output-fast' to nil. |
| 135 | 135 | ||