emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100936: * processes.texi (Process In


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100936: * processes.texi (Process Information): Explain process property
Date: Thu, 29 Jul 2010 15:54:03 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100936
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-29 15:54:03 +0200
message:
  * processes.texi (Process Information): Explain process property
  `remote-tty'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/processes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-07-27 02:10:05 +0000
+++ b/doc/lispref/ChangeLog     2010-07-29 13:54:03 +0000
@@ -1,3 +1,8 @@
+2010-07-29  Michael Albinus  <address@hidden>
+
+       * processes.texi (Process Information): Explain process property
+       `remote-tty'.
+
 2010-07-27  Juanma Barranquero  <address@hidden>
 
        * modes.texi (Defining Minor Modes): Use C-delete in examples,

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2010-06-23 03:36:56 +0000
+++ b/doc/lispref/processes.texi        2010-07-29 13:54:03 +0000
@@ -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
address@hidden Processes}).
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]