From: Michael Albinus Date: Thu, 29 Jul 2010 13:54:03 +0000 (+0200) Subject: * processes.texi (Process Information): Explain process property X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bace45fe155ea01bb387dac6316852bb9c1c5df4;p=emacs.git * processes.texi (Process Information): Explain process property `remote-tty'. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f192d7fbc2d..9d1a9db1148 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2010-07-29 Michael Albinus + + * processes.texi (Process Information): Explain process property + `remote-tty'. + 2010-07-27 Juanma Barranquero * modes.texi (Defining Minor Modes): Use C-delete in examples, 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. This function returns the terminal name that @var{process} is using for its communication with Emacs---or @code{nil} if it is using pipes instead of a terminal (see @code{process-connection-type} in -@ref{Asynchronous Processes}). +@ref{Asynchronous Processes}). If @var{process} represents a program +running on a remote host, the terminal name used by that program on +the remote host is provided as process property @code{remote-tty}. @end defun @defun process-coding-system process