(Ffile_symlink_p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Apr 2003 01:29:18 +0000 (01:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Apr 2003 01:29:18 +0000 (01:29 +0000)
src/fileio.c

index d1e80d6..8701108 100644 (file)
@@ -3182,7 +3182,7 @@ If there is no error, we return nil.  */)
 \f
 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;