# HG changeset patch # User adrian # Date 1105263884 0 # Node ID 35aac3cef6afc4139a520fbe2d4dd6283c5c3c17 # Parent a0b979c35b7a13e7eec0910c3f5ea33218bdd89f [xemacs-hg @ 2005-01-09 09:44:43 by adrian] xemacs-21.5: Correct docstring of start-process-shell-command -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2005-01-09 Adrian Aichner * process.el (start-process-shell-command): Correct docstring. diff -r a0b979c35b7a -r 35aac3cef6af lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 08 22:51:45 2005 +0000 +++ b/lisp/ChangeLog Sun Jan 09 09:44:44 2005 +0000 @@ -1,3 +1,7 @@ +2005-01-09 Adrian Aichner + + * process.el (start-process-shell-command): Correct docstring. + 2005-01-03 Mike Sperber * dumped-lisp.el (preloaded-file-list): Prefix Mule files with diff -r a0b979c35b7a -r 35aac3cef6af lisp/process.el --- a/lisp/process.el Sat Jan 08 22:51:45 2005 +0000 +++ b/lisp/process.el Sun Jan 09 09:44:44 2005 +0000 @@ -66,8 +66,9 @@ Process output goes at end of that buffer, unless you specify an output stream or filter function to handle the output. BUFFER may be also nil, meaning that this process is not associated - with any buffer -Third arg is command name, the name of a shell command. + with any buffer. +Variables `shell-file-name' and `shell-command-switch' are used to +start the process. Remaining arguments are the arguments for the command. Wildcards and redirection are handled as usual in the shell." ;; We used to use `exec' to replace the shell with the command,