diff options
author | Chong Yidong <cyd@gnu.org> | 2012-06-27 13:21:15 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-06-27 13:21:15 +0800 |
commit | a2eb421b874f9719a8d49b456518ceb20f2b616a (patch) | |
tree | 17d47424d3424522fdfb9e8cbe7d6ab66c691931 /doc/lispref/internals.texi | |
parent | 157e99e4284e376777fd22734b3c78c191cf313b (diff) | |
download | emacs-a2eb421b874f9719a8d49b456518ceb20f2b616a.tar.gz |
In Lisp manual, don't capitalize pty.
* doc/lispref/processes.texi (Asynchronous Processes, Input to Processes):
* doc/lispref/internals.texi (Process Internals): Don't capitalize "pty".
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 80012512062..1459f52d979 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -1380,7 +1380,7 @@ needs to be reported, either by running the sentinel or by inserting a message in the process buffer. @item pty_flag -Non-@code{nil} if communication with the subprocess uses a @acronym{PTY}; +Non-@code{nil} if communication with the subprocess uses a pty; @code{nil} if it uses a pipe. @item infd |