1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(Synchronous Processes): Grammar fix.

This commit is contained in:
Richard M. Stallman 2004-11-25 03:15:19 +00:00
parent 5e859db984
commit f8684c07a4

View file

@ -328,7 +328,7 @@ The arguments are handled in almost the same way as for
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.