aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/files.texi9
2 files changed, 8 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d7295bd64b1..61bc10c1afc 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-07-09 Richard Stallman <rms@gnu.org>
2
3 * files.texi (Magic File Names): Rewrite previous change.
4
12007-07-08 Michael Albinus <michael.albinus@gmx.de> 52007-07-08 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * files.texi (Magic File Names): Introduce optional parameter 7 * files.texi (Magic File Names): Introduce optional parameter
diff --git a/lispref/files.texi b/lispref/files.texi
index eacb641a8bb..343a6bc5e39 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -2786,11 +2786,10 @@ example, that it is possible to start a remote process accessing both
2786files at the same time. Implementors of file handlers need to ensure 2786files at the same time. Implementors of file handlers need to ensure
2787this principle is valid. 2787this principle is valid.
2788 2788
2789The optional parameter @var{connected}, when passed non-@code{nil}, 2789If @var{connected} is non-@code{nil}, this function returns @code{nil}
2790triggers an additional check whether the remote system has been 2790even if @var{filename} is remote, if Emacs has no network connection
2791connected already. The function returns then @code{nil} if there is 2791to its host. This is useful when you want to avoid the delay of
2792no corresponding open connection, even if @var{filename} is remote. 2792making connections when they don't exist.
2793This can be used to avoid unnecessary connection attempts.
2794@end defun 2793@end defun
2795 2794
2796@defun unhandled-file-name-directory filename 2795@defun unhandled-file-name-directory filename