summaryrefslogtreecommitdiff
path: root/lispref/processes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-28 15:27:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-28 15:27:52 +0000
commit1fb8167a1e64d971bfe918b4bb788cad95f6b8f9 (patch)
tree6f40b7d935a4d4fce9de7dc9d4fb09dafa8c522b /lispref/processes.texi
parentc8692120e02bd488a730848a764f8dbe266eb787 (diff)
downloademacs-1fb8167a1e64d971bfe918b4bb788cad95f6b8f9.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r--lispref/processes.texi2
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.