aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2016-06-13 18:20:43 +0200
committerStephen Berman2016-06-13 18:20:43 +0200
commitd308aa1eee4e5ff01f742e52eef5fb2cceec2c24 (patch)
treec4cb60f73d246d0232e3d975495bdf5b7ff5e8ee
parent20de6679b0b56b4e37fa7e145a3ed33010f3f6d4 (diff)
downloademacs-d308aa1eee4e5ff01f742e52eef5fb2cceec2c24.tar.gz
emacs-d308aa1eee4e5ff01f742e52eef5fb2cceec2c24.zip
Minor grammar fix (bug#23746)
* doc/lispref/processes.texi (Synchronous Processes): Another minor grammar fix (bug#23746).
-rw-r--r--doc/lispref/processes.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 679925b0e59..5bd0b11cda0 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -506,7 +506,7 @@ inputinput@point{}
506@defun call-process-shell-command command &optional infile destination display 506@defun call-process-shell-command command &optional infile destination display
507This function executes the shell command @var{command} synchronously. 507This function executes the shell command @var{command} synchronously.
508The arguments are handled as in @code{call-process}. An old calling 508The arguments are handled as in @code{call-process}. An old calling
509convention allowed to pass any number of additional arguments after 509convention allowed passing any number of additional arguments after
510@var{display}, which were concatenated to @var{command}; this is still 510@var{display}, which were concatenated to @var{command}; this is still
511supported, but strongly discouraged. 511supported, but strongly discouraged.
512@end defun 512@end defun
@@ -515,7 +515,7 @@ supported, but strongly discouraged.
515This function is like @code{call-process-shell-command}, but uses 515This function is like @code{call-process-shell-command}, but uses
516@code{process-file} internally. Depending on @code{default-directory}, 516@code{process-file} internally. Depending on @code{default-directory},
517@var{command} can be executed also on remote hosts. An old calling 517@var{command} can be executed also on remote hosts. An old calling
518convention allowed to pass any number of additional arguments after 518convention allowed passing any number of additional arguments after
519@var{display}, which were concatenated to @var{command}; this is still 519@var{display}, which were concatenated to @var{command}; this is still
520supported, but strongly discouraged. 520supported, but strongly discouraged.
521@end defun 521@end defun