emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Tue, 08 Apr 2003 21:29:19 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.480 emacs/src/fileio.c:1.481
*** emacs/src/fileio.c:1.480    Tue Apr  8 13:09:23 2003
--- emacs/src/fileio.c  Tue Apr  8 21:29:18 2003
***************
*** 3182,3188 ****
  
  DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0,
         doc: /* Return non-nil if file FILENAME is the name of a symbolic link.
! The value is the name of the file to which it is linked.
  Otherwise returns nil.  */)
       (filename)
       Lisp_Object filename;
--- 3182,3188 ----
  
  DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0,
         doc: /* Return non-nil if file FILENAME is the name of a symbolic link.
! The value is the link target, as a string.
  Otherwise returns nil.  */)
       (filename)
       Lisp_Object filename;




reply via email to

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