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, 08 Apr 2003 21:30:40 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.47 emacs/lispref/files.texi:1.48
*** emacs/lispref/files.texi:1.47       Tue Feb  4 09:47:53 2003
--- emacs/lispref/files.texi    Tue Apr  8 21:30:40 2003
***************
*** 859,868 ****
  
  @defun file-symlink-p filename
  @cindex file symbolic links
! If the file @var{filename} is a symbolic link, the @code{file-symlink-p}
! function returns the file name to which it is linked.  This may be the
! name of a text file, a directory, or even another symbolic link, or it
! may be a nonexistent file name.
  
  If the file @var{filename} is not a symbolic link (or there is no such file),
  @code{file-symlink-p} returns @code{nil}.
--- 859,868 ----
  
  @defun file-symlink-p filename
  @cindex file symbolic links
! If the file @var{filename} is a symbolic link, the
! @code{file-symlink-p} function returns the link target as a string.
! (Determining the file name that the link points to from the target is
! nontrivial.)
  
  If the file @var{filename} is not a symbolic link (or there is no such file),
  @code{file-symlink-p} returns @code{nil}.




reply via email to

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