From db6bdef2dd6abe2f2d1e8c49f0d86a490a63d81b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 20 Sep 2020 11:48:56 +0200 Subject: [PATCH] ; * doc/lispref/processes.texi (Synchronous Processes): Fix typo. --- doc/lispref/processes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index e0884520757..4556f8aeb54 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -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 -- 2.39.2