diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2004-05-29 22:44:40 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2004-05-29 22:44:40 +0000 |
commit | 5b676886d41a80537b34ef556acb4bcfe9ffa6db (patch) | |
tree | 5b2aefa038e02359db871aa1565ced348a8dce1a /lispref/files.texi | |
parent | e28c0668252a06f20ae3a81ad62accba51146d8a (diff) | |
download | emacs-5b676886d41a80537b34ef556acb4bcfe9ffa6db.tar.gz |
files.texi (Magic File Names): Add `file-remote-p' as operation
of file name handlers.
Diffstat (limited to 'lispref/files.texi')
-rw-r--r-- | lispref/files.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 7ea482efa51..aa5b0c397b1 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 |