From 5b676886d41a80537b34ef556acb4bcfe9ffa6db Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 29 May 2004 22:44:40 +0000 Subject: [PATCH] files.texi (Magic File Names): Add `file-remote-p' as operation of file name handlers. --- lispref/files.texi | 7 +++---- 1 file 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 -- 2.39.5