diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 15:27:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 15:27:52 +0000 |
commit | b22f3a199c48244fa1c1bed16ca15412009b1c90 (patch) | |
tree | 0ba9c3525c11a543ee19423a5396c4e409c8f7c8 /lispref/processes.texi | |
parent | ec221d13b75a2fedd86911ab92e105262ac098ee (diff) | |
download | emacs-b22f3a199c48244fa1c1bed16ca15412009b1c90.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 4d89ed41fd1..ec0663cac83 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -93,7 +93,7 @@ supplied to @var{program} as separate command line arguments. Wildcard characters and other shell constructs are not allowed in these strings, since they are passed directly to the specified program. - @strong{Please note:} the argument @var{program} contains only the + @strong{Please note:} The argument @var{program} contains only the name of the program; it may not contain any command-line arguments. You must use @var{args} to provide those. |