]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor grammar fix (bug#23746)
authorStephen Berman <stephen.berman@gmx.net>
Mon, 13 Jun 2016 16:20:43 +0000 (18:20 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 13 Jun 2016 16:20:43 +0000 (18:20 +0200)
* doc/lispref/processes.texi (Synchronous Processes):
Another minor grammar fix (bug#23746).

doc/lispref/processes.texi

index 679925b0e59cf4247b2c87235aed71bf8c02c6ad..5bd0b11cda0f0e523ebbd9a1b4e0670a0e88c057 100644 (file)
@@ -506,7 +506,7 @@ inputinput@point{}
 @defun call-process-shell-command command &optional infile destination display
 This function executes the shell command @var{command} synchronously.
 The arguments are handled as in @code{call-process}.  An old calling
-convention allowed to pass any number of additional arguments after
+convention allowed passing any number of additional arguments after
 @var{display}, which were concatenated to @var{command}; this is still
 supported, but strongly discouraged.
 @end defun
@@ -515,7 +515,7 @@ supported, but strongly discouraged.
 This function is like @code{call-process-shell-command}, but uses
 @code{process-file} internally.  Depending on @code{default-directory},
 @var{command} can be executed also on remote hosts.  An old calling
-convention allowed to pass any number of additional arguments after
+convention allowed passing any number of additional arguments after
 @var{display}, which were concatenated to @var{command}; this is still
 supported, but strongly discouraged.
 @end defun