diff options
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 db6b4c35ef7..da8df968541 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -507,7 +507,7 @@ string describing this signal. Since there are processes violating this rule, returning exit codes greater than 128 which are not bound to a signal, @code{process-file} returns always the exit code as natural number for remote processes. -Setting this user option to non-nil forces @code{process-file} to +Setting this user option to non-@code{nil} forces @code{process-file} to interpret such exit codes as signals, and to return a corresponding string. @end defopt |