# HG changeset patch # User Richard M. Stallman # Date 1101352519 0 # Node ID 6f8c0631e5aa3c3752e4f87798a5f50688bf94da # Parent 2a4a771d6699ecf03e819677284d839257ef0a85 (Synchronous Processes): Grammar fix. diff -r 2a4a771d6699 -r 6f8c0631e5aa lispref/processes.texi --- a/lispref/processes.texi Thu Nov 25 03:14:35 2004 +0000 +++ b/lispref/processes.texi Thu Nov 25 03:15:19 2004 +0000 @@ -328,7 +328,7 @@ Some file handlers may not support all combinations and forms of the arguments @var{infile}, @var{buffer}, and @var{display}. For example, -some file handlers might behave as if @var{display} was @code{nil}, +some file handlers might behave as if @var{display} were @code{nil}, regardless of the value actually passed. As another example, some file handlers might not support separating standard output and error output by way of the @var{buffer} argument.