From: Richard M. Stallman Date: Mon, 7 Nov 2005 01:07:56 +0000 (+0000) Subject: (Magic File Names): find-file-name-handler checks the X-Git-Tag: emacs-pretest-22.0.90~6023 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a42183668701a51e83d24f9664823f56a9127db4;p=emacs.git (Magic File Names): find-file-name-handler checks the `operations' property of the handler. --- diff --git a/lispref/files.texi b/lispref/files.texi index e9c5f31b448..a681756632b 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -2706,11 +2706,13 @@ The operation for which certain handlers are presently inhibited. @end defvar @defun find-file-name-handler file operation -This function returns the handler function for file name @var{file}, or -@code{nil} if there is none. The argument @var{operation} should be the -operation to be performed on the file---the value you will pass to the -handler as its first argument when you call it. The operation is needed -for comparison with @code{inhibit-file-name-operation}. +This function returns the handler function for file name @var{file}, +or @code{nil} if there is none. The argument @var{operation} should +be the operation to be performed on the file---the value you will pass +to the handler as its first argument when you call it. If +@var{operation} equals @code{inhibit-file-name-operation}, or if it is +not found in the @code{operations} property of the handler, this +function returns @code{nil}. @end defun @defun file-local-copy filename