]> code.delx.au - gnu-emacs/blobdiff - lispref/processes.texi
(xic_create_fontsetname): If ADSTYLE field is not a wild
[gnu-emacs] / lispref / processes.texi
index f957ebcac4bded09e38ef4df7ceacace49a95c8e..7aa4aa9eb7ddbb59a002f8464d435ababfb7d3b9 100644 (file)
@@ -1308,6 +1308,8 @@ subprocess output.
 
 The argument @var{seconds} need not be an integer.  If it is a floating
 point number, this function waits for a fractional number of seconds.
+If @var{seconds} is 0, the function accepts whatever output is
+pending but does not wait.
 
 @c Emacs 22.1 feature
 If @var{process} is a process, and the argument @var{just-this-one} is
@@ -2097,7 +2099,9 @@ direction is also known as @dfn{serializing} or @dfn{packing}.
   To control unpacking and packing, you write a @dfn{data layout
 specification}, a special nested list describing named and typed
 @dfn{fields}.  This specification controls length of each field to be
-processed, and how to pack or unpack it.
+processed, and how to pack or unpack it.  We normally keep bindat specs
+in variables whose names end in @samp{-bindat-spec}; that kind of name
+is automatically recognized as ``risky.''
 
 @cindex endianness
 @cindex big endian