summaryrefslogtreecommitdiff
path: root/doc/lispref/processes.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-27 13:09:49 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-27 13:11:47 +0200
commit8deb7978974f87b9fc43babf93a96b045c8e788d (patch)
tree816ae9dda4b2f3757f8188214077b165e5246524 /doc/lispref/processes.texi
parente16ee5fde6db97ecd70630c15196c4337726154a (diff)
downloademacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.gz
emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.bz2
emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.zip
; Fix quoting of non-nil in texinfo sources
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r--doc/lispref/processes.texi2
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