1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
emacs/doc
Michael Albinus ac7936cb8f Rename thread-alive-p to thread-live-p
* doc/lispref/threads.texi (Basic Thread Functions): Use thread-live-p.

* etc/NEWS: 'thread-alive-p' has been renamed to 'thread-live-p'.

* src/thread.c (thread_live_p): Rename from thread_alive_p.  Adapt
all callees.
(Fthread_live_p): Rename from Fthread_alive_p.
(syms_of_threads): Make thread-alive-p an alias of thread-live-p.

* test/src/thread-tests.el (all): Replace `thread-alive-p' by
`thread-live-p'.
(threads-live): Rename from `threads-alive'.
2018-08-31 10:47:03 +02:00
..
emacs Clarify in the Emacs manual that ChangeLog files are not used 2018-08-23 20:02:27 +03:00
lispintro Fix a factual error in Introduction to Emacs Lisp 2018-06-30 16:13:01 +03:00
lispref Rename thread-alive-p to thread-live-p 2018-08-31 10:47:03 +02:00
man * doc/man/emacs.1.in: Document --fg-daemon and --bg-daemon. 2018-05-10 22:47:04 -04:00
misc rcirc: Document /reconnect as a built-in command (Bug#29656) 2018-08-29 22:53:43 -04:00