mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(start-process-shell-command): Doc fix.
This commit is contained in:
parent
c99240cc17
commit
3f73d221ed
@ -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.
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user