aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/processes.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 54ad6abdb07..f647bb00f91 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * processes.texi (Process Information): Renamed `process-alive-p'
4 to `process-live-p' for consistency with other `-live-p' functions.
5
12011-06-03 Paul Eggert <eggert@cs.ucla.edu> 62011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Document wide integers better. 8 Document wide integers better.
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 2284699c82b..5d5b11497f7 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -859,7 +859,7 @@ For a network connection, @code{process-status} returns one of the symbols
859closed the connection, or Emacs did @code{delete-process}. 859closed the connection, or Emacs did @code{delete-process}.
860@end defun 860@end defun
861 861
862@defun process-alive-p process 862@defun process-live-p process
863This function returns nin-@code{nil} if @var{process} is alive. A 863This function returns nin-@code{nil} if @var{process} is alive. A
864process is considered alive if its status is @code{run}, @code{open}, 864process is considered alive if its status is @code{run}, @code{open},
865@code{listen}, @code{connect} or @code{stop}. 865@code{listen}, @code{connect} or @code{stop}.