diff lisp/process.el @ 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 23eaac87b4b0
children 81975997fb1a
line wrap: on
line diff
--- 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,