diff options
| author | Michael Albinus | 2010-07-29 15:54:03 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-07-29 15:54:03 +0200 |
| commit | bace45fe155ea01bb387dac6316852bb9c1c5df4 (patch) | |
| tree | 7bf0baba943b5ce832fadba1fdf1c56d663d23dd /doc/lispref/processes.texi | |
| parent | 683cc385a444ea49fc75f67e11c12315676972bc (diff) | |
| download | emacs-bace45fe155ea01bb387dac6316852bb9c1c5df4.tar.gz emacs-bace45fe155ea01bb387dac6316852bb9c1c5df4.zip | |
* processes.texi (Process Information): Explain process property
`remote-tty'.
Diffstat (limited to 'doc/lispref/processes.texi')
| -rw-r--r-- | doc/lispref/processes.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 1a4a766c81c..747d865b0e1 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -868,7 +868,9 @@ terminated, the value is 0. | |||
| 868 | This function returns the terminal name that @var{process} is using for | 868 | This function returns the terminal name that @var{process} is using for |
| 869 | its communication with Emacs---or @code{nil} if it is using pipes | 869 | its communication with Emacs---or @code{nil} if it is using pipes |
| 870 | instead of a terminal (see @code{process-connection-type} in | 870 | instead of a terminal (see @code{process-connection-type} in |
| 871 | @ref{Asynchronous Processes}). | 871 | @ref{Asynchronous Processes}). If @var{process} represents a program |
| 872 | running on a remote host, the terminal name used by that program on | ||
| 873 | the remote host is provided as process property @code{remote-tty}. | ||
| 872 | @end defun | 874 | @end defun |
| 873 | 875 | ||
| 874 | @defun process-coding-system process | 876 | @defun process-coding-system process |