]> git.eshelyaron.com Git - emacs.git/commitdiff
(Magic File Names): Rewrite previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Jul 2007 14:13:02 +0000 (14:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Jul 2007 14:13:02 +0000 (14:13 +0000)
lispref/ChangeLog
lispref/files.texi

index d7295bd64b1db7a6dac312f3d3fb20dd24b85306..61bc10c1afc4099c5e945803cf48e3d161f835ea 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-09  Richard Stallman  <rms@gnu.org>
+
+       * files.texi (Magic File Names): Rewrite previous change.
+
 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
 
        * files.texi (Magic File Names): Introduce optional parameter
index eacb641a8bb0611b9525e17ffae24df252edf63c..343a6bc5e3997177a049db04aadfcc13bb5a96c8 100644 (file)
@@ -2786,11 +2786,10 @@ example, that it is possible to start a remote process accessing both
 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