diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-09-20 11:48:56 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-09-20 11:48:56 +0200 |
commit | db6bdef2dd6abe2f2d1e8c49f0d86a490a63d81b (patch) | |
tree | d77f57d4b194a363567a632919714a85de0664bd /doc/lispref/processes.texi | |
parent | 676398dd7df0a2a2cfc105ee4d46e6c817e6cd9d (diff) | |
download | emacs-db6bdef2dd6abe2f2d1e8c49f0d86a490a63d81b.tar.gz |
; * doc/lispref/processes.texi (Synchronous Processes): Fix typo.
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |