changeset 58500:6f8c0631e5aa

(Synchronous Processes): Grammar fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 2004 03:15:19 +0000
parents 2a4a771d6699
children 8f225aca7c72
files lispref/processes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.