; * doc/lispref/processes.texi (Synchronous Processes): Fix typo.

This commit is contained in:
Michael Albinus 2020-09-20 11:48:56 +02:00
parent 676398dd7d
commit db6bdef2dd

View file

@ -605,7 +605,7 @@ is decoded in the same way as for @code{call-process}.
@defun process-lines-ignore-status program &rest args
This function is just like @code{process-lines}, but does not signal
an error if @var{program} exists with a non-zero exit status.
an error if @var{program} exits with a non-zero exit status.
@end defun
@node Asynchronous Processes