emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/internals.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/internals.texi,v
Date: Fri, 13 Jun 2008 08:05:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/13 08:05:52

Index: internals.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/internals.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- internals.texi      8 Jan 2008 20:45:46 -0000       1.3
+++ internals.texi      13 Jun 2008 08:05:52 -0000      1.4
@@ -1433,7 +1433,8 @@
 
 @item command
 A list containing the command arguments that were used to start this
-process.
+process.  For a network or serial process, it is @code{nil} if the
+process is running or @code{t} if the process is stopped.
 
 @item filter
 A function used to accept output from the process instead of a buffer,
@@ -1449,8 +1450,9 @@
 An integer, the operating system's process @acronym{ID}.
 
 @item childp
+
 A flag, address@hidden if this is really a child process.
-It is @code{nil} for a network connection.
+It is @code{nil} for a network or serial connection.
 
 @item mark
 A marker indicating the position of the end of the last output from this
@@ -1515,6 +1517,11 @@
 @item inherit_coding_system_flag
 Flag to set @code{coding-system} of the process buffer from the
 coding system used to decode process output.
+
address@hidden type
+Symbol indicating the type of process: @code{real}, @code{network},
address@hidden
+
 @end table
 
 @ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]