Mercurial > hg > xemacs-beta
changeset 2473:35aac3cef6af
[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 <adrian@xemacs.org>
* process.el (start-process-shell-command): Correct docstring.
author | adrian |
---|---|
date | Sun, 09 Jan 2005 09:44:44 +0000 |
parents | a0b979c35b7a |
children | a43cb0f95540 |
files | lisp/ChangeLog lisp/process.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <adrian@xemacs.org> + + * process.el (start-process-shell-command): Correct docstring. + 2005-01-03 Mike Sperber <mike@xemacs.org> * dumped-lisp.el (preloaded-file-list): Prefix Mule files with
--- 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,