changeset 73357:d62e39d56ebb

(start-process-shell-command): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 13 Oct 2006 19:24:22 +0000
parents 1f6137cb9eff
children d8fe4af636df
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Fri Oct 13 14:52:48 2006 +0000
+++ b/lisp/subr.el	Fri Oct 13 19:24:22 2006 +0000
@@ -2235,7 +2235,9 @@
  BUFFER may be also nil, meaning that this process is not associated
  with any buffer
 COMMAND is the name of a shell command.
-Remaining arguments are the arguments for the command.
+Remaining arguments are the arguments for the command; they are all
+spliced together with blanks separating between each two of them, before
+passing the command to the shell.
 Wildcards and redirection are handled as usual in the shell.
 
 \(fn NAME BUFFER COMMAND &rest COMMAND-ARGS)"