aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2004-05-29 22:44:40 +0000
committerMichael Albinus <[email protected]>2004-05-29 22:44:40 +0000
commit5b676886d41a80537b34ef556acb4bcfe9ffa6db (patch)
tree5b2aefa038e02359db871aa1565ced348a8dce1a /lispref
parente28c0668252a06f20ae3a81ad62accba51146d8a (diff)
files.texi (Magic File Names): Add `file-remote-p' as operation
of file name handlers.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/files.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index 7ea482efa5..aa5b0c397b 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -2493,7 +2493,7 @@ Here are the operations that a magic file name handler gets to handle:
@code{file-attributes},
@code{file-directory-p},
@code{file-executable-p}, @code{file-exists-p},
-@code{file-local-copy},
+@code{file-local-copy}, @code{file-remote-p},
@code{file-modes}, @code{file-name-all-completions},
@code{file-name-as-directory},
@code{file-name-completion},
@@ -2537,7 +2537,7 @@ Here are the operations that a magic file name handler gets to handle:
@code{file-attributes},
@code{file-direct@discretionary{}{}{}ory-p},
@code{file-executable-p}, @code{file-exists-p},
-@code{file-local-copy},
+@code{file-local-copy}, @code{file-remote-p},
@code{file-modes}, @code{file-name-all-completions},
@code{file-name-as-directory},
@code{file-name-completion},
@@ -2645,8 +2645,7 @@ of the local copy file.
@end defun
@defun file-remote-p filename
-This function returns @code{t} if @var{filename} is a remote file---that is,
-a magic file name that handles @code{file-local-copy}.
+This function returns @code{t} if @var{filename} is a remote file.
@end defun
@defun unhandled-file-name-directory filename