diff src/fileio.c @ 50500:8fcca6e6a7a1

(Ffile_symlink_p): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Apr 2003 01:29:18 +0000
parents 15f94db27199
children 987ee3ecc0a8
line wrap: on
line diff
--- a/src/fileio.c	Wed Apr 09 01:28:44 2003 +0000
+++ b/src/fileio.c	Wed Apr 09 01:29:18 2003 +0000
@@ -3182,7 +3182,7 @@
 
 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.
+The value is the link target, as a string.
 Otherwise returns nil.  */)
      (filename)
      Lisp_Object filename;