]> git.eshelyaron.com Git - emacs.git/commitdiff
(start-process-shell-command): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Oct 2006 19:25:26 +0000 (19:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Oct 2006 19:25:26 +0000 (19:25 +0000)
lisp/ChangeLog
lisp/subr.el

index 59528c0508ae8aaf19d96707fc7f4a85cc1d6318..b6fac7c992f17568c9528075d12eea205492c983 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * subr.el (start-process-shell-command): Doc fix.
+
 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
index 6668f6423d67c934c7b379a8efe20c5eb1164895..15d819063a41b0faeed4c4dce902f1cccb47c40d 100644 (file)
@@ -2235,7 +2235,9 @@ BUFFER is the buffer (or buffer name) to associate with the process.
  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)"