mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
etc/NEWS: Improve text for threads' "buffer disposition"
This commit is contained in:
parent
8f76396da4
commit
4141beb78c
1 changed files with 5 additions and 4 deletions
9
etc/NEWS
9
etc/NEWS
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue