diff options
author | Jesper Harder <harder@ifa.au.dk> | 2004-04-16 16:42:36 +0000 |
---|---|---|
committer | Jesper Harder <harder@ifa.au.dk> | 2004-04-16 16:42:36 +0000 |
commit | 4810d170c92bac4677d26abcaa3573b2224797bd (patch) | |
tree | 39398eb0b91989f5838577d034b4e7ab315c1a6f /lispref/processes.texi | |
parent | 38f34d4a94304b3f443b36b6c340d6f7fc545464 (diff) | |
download | emacs-4810d170c92bac4677d26abcaa3573b2224797bd.tar.gz |
Markup fixes.
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 27721efee45..a4166ee29a0 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -933,7 +933,7 @@ primitive that waits. streams of the subprocess, because Emacs normally spawns the subprocess inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If you want to keep the output to those streams separate, you should -redirect one of them to a file--for example, by using an appropriate +redirect one of them to a file---for example, by using an appropriate shell command. @menu |