From 4141beb78ce51c779ee2831b02244c5612313e7d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 14 Feb 2026 16:46:59 -0500 Subject: [PATCH] etc/NEWS: Improve text for threads' "buffer disposition" --- etc/NEWS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 368151d2201..2239ce27377 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3805,10 +3805,11 @@ Emacs core. +++ ** A thread's current buffer can now be killed. -We introduce a new attribute for threads called 'buffer-disposition'. -See the new argument in 'make-thread'. 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. +We introduce a new attribute for threads called "buffer disposition". +See the new argument in 'make-thread' as well as the +'thread-buffer-disposition' and 'thread-set-buffer-disposition' functions. +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.