# HG changeset patch # User Michael Albinus # Date 1280411643 -7200 # Node ID eb3d38be02c7684ed924cf32730e274a9fcb006c # Parent 8a7bf813ce36310de4ac1c6ddaa49cfadd4ddb13 * processes.texi (Process Information): Explain process property `remote-tty'. diff -r 8a7bf813ce36 -r eb3d38be02c7 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Thu Jul 29 15:13:11 2010 +0200 +++ b/doc/lispref/ChangeLog Thu Jul 29 15:54:03 2010 +0200 @@ -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 -r 8a7bf813ce36 -r eb3d38be02c7 doc/lispref/processes.texi --- a/doc/lispref/processes.texi Thu Jul 29 15:13:11 2010 +0200 +++ b/doc/lispref/processes.texi Thu Jul 29 15:54:03 2010 +0200 @@ -868,7 +868,9 @@ 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