emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/processes.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi,v
Date: Wed, 11 Apr 2007 16:27:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       07/04/11 16:27:33

Index: processes.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- processes.texi      7 Apr 2007 01:53:23 -0000       1.101
+++ processes.texi      11 Apr 2007 16:27:33 -0000      1.102
@@ -349,7 +349,7 @@
 @var{infile} is on another remote host.  Or @code{default-directory}
 could be non-special, whereas @var{infile} is on a remote host.)
 
-If @var{buffer} has the form @code{(@var{real-destination}
+If @var{buffer} is a list of the form @code{(@var{real-destination}
 @var{error-destination})}, and @var{error-destination} names a file,
 then the same remarks as for @var{infile} apply.
 
@@ -2066,8 +2066,9 @@
 string @code{"@address@hidden@address@hidden:@var{p}"}.
 
 A nine-element vector @address@hidden @var{b} @var{c} @var{d} @var{e}
address@hidden @var{g} @var{h} @var{p}]} represents an IPv6 address and port
-number.  @code{format-network-address} converts that to the string
address@hidden @var{g} @var{h} @var{p}]} represents an IPv6 address along
+with a port number.  @code{format-network-address} converts that to
+the string
 
@code{"address@hidden:@var{b}:@var{c}:@var{d}:@var{e}:@var{f}:@var{g}:@var{h}]:@var{p}"}.
 
 If the vector does not include the port number, @var{p}, or if




reply via email to

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