1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/doc/lispref
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
..
abbrevs.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
anti.texi * doc/lispref/anti.texi (Antinews): Fix grammar. 2018-03-22 20:40:02 +01:00
back.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
backups.texi Yet another round of improvements in the manual 2018-02-07 22:24:13 +02:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Improve ELisp documentation of 'clone-indirect-buffer' 2018-06-02 14:15:10 +03:00
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
commands.texi Use @key{} where it is missing in the manuals 2018-01-31 19:59:12 +01:00
compile.texi ; * doc/lispref/compile.texi (Compilation Functions): Fix wording. 2018-04-02 20:25:52 +03:00
control.texi Mention pcase as a fifth conditional form 2018-05-27 17:15:19 +02:00
customize.texi Improve indexing of 'eval-defun' in ELisp manual 2018-07-07 11:37:43 +03:00
debugging.texi Index profiler commands in elisp manual 2018-08-28 08:04:17 -04:00
display.texi Improve documentation of 'set-fontset-font' 2018-08-08 18:24:45 +03:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Fix @findex and @vindex entries in manuals 2018-02-23 15:30:19 +01:00
elisp.texi Overhaul pcase documentation 2018-05-27 17:14:27 +02:00
errors.texi Fix typos in several manuals (Bug#31610) 2018-06-01 16:33:58 +03:00
eval.texi Update the list of special forms in the ELisp manual 2018-07-28 10:22:04 +03:00
files.texi * doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784) 2018-06-11 19:58:14 +03:00
frames.texi Update the list of special forms in the ELisp manual 2018-07-28 10:22:04 +03:00
functions.texi Clarify wording about functions' argument lists 2018-06-23 10:38:44 +03:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi ; * doc/lispref/hash.texi (Defining Hash): Fix typos. 2018-05-21 21:08:39 +03:00
help.texi Improve documentation of 'with-help-window' 2018-03-20 14:19:14 +02:00
hooks.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Tighten a cross-reference in documentation 2018-06-25 12:23:23 -05:00
intro.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
keymaps.texi Further improvements on manuals 2018-03-01 09:25:55 +01:00
lay-flat.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lists.texi Refer to "proper lists" instead of "true lists" 2018-07-10 19:54:31 -07:00
loading.texi Proofread os.texi and files.texi 2018-01-29 10:38:06 -08:00
macros.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
Makefile.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
maps.texi Fix some issues in the emacs/lispref manuals 2018-01-28 19:27:39 +01:00
markers.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
minibuf.texi Minor copyedits of completion-at-point-functions documentation 2018-04-01 12:22:39 +03:00
modes.texi Fix documentation of ':propertize' in mode-line-format 2018-06-16 14:00:47 +03:00
nonascii.texi Update Unicode data files to version 11.0.0 of Unicode 2018-06-09 15:41:21 +03:00
numbers.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
objects.texi Change index of ";" to better reflect it's usage (Bug#31623) 2018-06-20 08:46:13 -04:00
os.texi ; * doc/os.texi (Batch Mode): use = after --eval 2018-05-22 15:33:22 +02:00
package.texi ; Fix doc typos related to indefinite articles 2018-02-16 14:11:51 -05:00
positions.texi Fix typos and minor wording issues in ELisp manual 2018-04-13 16:44:05 +03:00
processes.texi Doc fixes for process functions (Bug#30349) 2018-02-07 20:17:50 -05:00
README Update copyright year to 2018 2018-01-01 00:57:59 -08:00
records.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
searching.texi Note caveat for backward regexp searching in docstring (Bug#31584) 2018-05-25 07:54:30 -04:00
sequences.texi Improve documentation of 'seqp' 2018-07-14 11:18:04 +03:00
spellfile Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
streams.texi * doc/lispref/streams.texi (Output Variables): Fix previous. 2018-02-28 12:35:44 -05:00
strings.texi Fix @cindex entries in manuals 2018-02-24 20:52:21 +01:00
symbols.texi Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syntax.texi Improve documentation of comment styles 2018-06-02 14:01:18 +03:00
text.texi Imp[rove documentation of 'with-silent-modifications' 2018-06-02 13:27:22 +03:00
threads.texi Rename thread-alive-p to thread-live-p 2018-08-31 10:47:03 +02:00
tips.texi Fix use of @key in Texinfo manuals 2018-04-19 12:21:06 +03:00
two-volume-cross-refs.txt Update copyright year to 2018 2018-01-01 00:57:59 -08:00
two-volume.make Update copyright year to 2018 2018-01-01 00:57:59 -08:00
variables.texi Improve indexing of 'eval-defun' in ELisp manual 2018-07-07 11:37:43 +03:00
windows.texi Minor documentation fix 2018-06-17 11:19:59 +03:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2018 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <https://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.