etc/NEWS: Improve text for threads' "buffer disposition"

This commit is contained in:
Stefan Monnier 2026-02-14 16:46:59 -05:00
parent 8f76396da4
commit 4141beb78c

View file

@ -3805,10 +3805,11 @@ Emacs core.
+++ +++
** A thread's current buffer can now be killed. ** A thread's current buffer can now be killed.
We introduce a new attribute for threads called 'buffer-disposition'. We introduce a new attribute for threads called "buffer disposition".
See the new argument in 'make-thread'. The default value allows the See the new argument in 'make-thread' as well as the
thread's current buffer to be killed by another thread. This does not 'thread-buffer-disposition' and 'thread-set-buffer-disposition' functions.
apply to the main thread's buffer. The default value allows the thread's current buffer to be killed by another
thread. This does not apply to the main thread's buffer.
--- ---
** Defining or modifying a face so that it inherits from itself signals error. ** Defining or modifying a face so that it inherits from itself signals error.