emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/files.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi
Date: Sun, 06 Nov 2005 20:07:56 -0500

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.87 emacs/lispref/files.texi:1.88
*** emacs/lispref/files.texi:1.87       Mon Oct 17 06:47:26 2005
--- emacs/lispref/files.texi    Mon Nov  7 01:07:56 2005
***************
*** 2706,2716 ****
  @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}.
  @end defun
  
  @defun file-local-copy filename
--- 2706,2718 ----
  @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.  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]