changeset 109578:eb3d38be02c7

* processes.texi (Process Information): Explain process property `remote-tty'.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 29 Jul 2010 15:54:03 +0200
parents 8a7bf813ce36
children e82b1db50991
files doc/lispref/ChangeLog doc/lispref/processes.texi
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <michael.albinus@gmx.de>
+
+	* processes.texi (Process Information): Explain process property
+	`remote-tty'.
+
 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
 
 	* modes.texi (Defining Minor Modes): Use C-delete in examples,
--- 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