# HG changeset patch # User Richard M. Stallman # Date 1183990376 0 # Node ID 665f8d0fb99fa75b2e13ac355a34a2e5930a3011 # Parent 500aec79cf40ad2c482cc7645672f857fa089da2 (Magic File Names): Rewrite previous change. diff -r 500aec79cf40 -r 665f8d0fb99f lispref/files.texi --- a/lispref/files.texi Mon Jul 09 12:00:56 2007 +0000 +++ b/lispref/files.texi Mon Jul 09 14:12:56 2007 +0000 @@ -2786,11 +2786,10 @@ files at the same time. Implementors of file handlers need to ensure this principle is valid. -The optional parameter @var{connected}, when passed non-@code{nil}, -triggers an additional check whether the remote system has been -connected already. The function returns then @code{nil} if there is -no corresponding open connection, even if @var{filename} is remote. -This can be used to avoid unnecessary connection attempts. +If @var{connected} is non-@code{nil}, this function returns @code{nil} +even if @var{filename} is remote, if Emacs has no network connection +to its host. This is useful when you want to avoid the delay of +making connections when they don't exist. @end defun @defun unhandled-file-name-directory filename