emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 d308aa1: Minor grammar fix (bug#23746)


From: Stephen Berman
Subject: [Emacs-diffs] emacs-25 d308aa1: Minor grammar fix (bug#23746)
Date: Mon, 13 Jun 2016 16:20:56 +0000 (UTC)

branch: emacs-25
commit d308aa1eee4e5ff01f742e52eef5fb2cceec2c24
Author: Stephen Berman <address@hidden>
Commit: Stephen Berman <address@hidden>

    Minor grammar fix (bug#23746)
    
    * doc/lispref/processes.texi (Synchronous Processes):
    Another minor grammar fix (bug#23746).
---
 doc/lispref/processes.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 679925b..5bd0b11 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -506,7 +506,7 @@ address@hidden
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]