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: Tue, 05 Aug 2003 21:28:35 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.54 emacs/lispref/files.texi:1.55
*** emacs/lispref/files.texi:1.54       Tue Jul 22 11:25:53 2003
--- emacs/lispref/files.texi    Tue Aug  5 21:28:35 2003
***************
*** 2461,2475 ****
  @end defun
  
  @defun file-local-copy filename
! This function copies file @var{filename} to an ordinary non-magic file,
! if it isn't one already.
  
! If @var{filename} specifies a magic file name, which programs
! outside Emacs cannot directly read or write, this copies the contents to
! an ordinary file and returns that file's name.
  
! If @var{filename} is an ordinary file name, not magic, then this function
! does nothing and returns @code{nil}.
  @end defun
  
  @defun unhandled-file-name-directory filename
--- 2461,2482 ----
  @end defun
  
  @defun file-local-copy filename
! This function copies file @var{filename} to an ordinary non-magic file
! on the local machine, if it isn't on the local machine already.  Magic
! file names should handle the @code{file-local-copy} operation if they
! refer to files on other machines.  A magic file name that is used for
! other purposes than remote file access should not handle
! @code{file-local-copy}; then this function will treat the file as
! local.
  
! If @var{filename} is local, whether magic or not, this function does
! nothing and returns @code{nil}.  Otherwise it returns the file name
! of the local copy file.
! @end defun
  
! @defun file-remote-p filename
! This functions return @code{t} if @var{filename} is a remote file---that is,
! a magic file name that handles @code{file-local-copy}.
  @end defun
  
  @defun unhandled-file-name-directory filename




reply via email to

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