; * doc/lispref/processes.texi (Synchronous Processes): Fix typo.
This commit is contained in:
parent
676398dd7d
commit
db6bdef2dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue