projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676398d
)
; * doc/lispref/processes.texi (Synchronous Processes): Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Sep 2020 09:48:56 +0000
(11:48 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 20 Sep 2020 09:48:56 +0000
(11:48 +0200)
doc/lispref/processes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/processes.texi
b/doc/lispref/processes.texi
index e08845207579fa5f560101ec3ff3714abb627ba2..4556f8aeb546457283cb1db2c1f091c6ad1064bd 100644
(file)
--- 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} exi
s
ts with a non-zero exit status.
+an error if @var{program} exits with a non-zero exit status.
@end defun
@node Asynchronous Processes