# HG changeset patch # User Richard M. Stallman # Date 1049851758 0 # Node ID 8fcca6e6a7a1fd49698f3d68255eaaa792e8cf77 # Parent 0abd4951c0fb3655985ac5a072a25f963fefcc79 (Ffile_symlink_p): Doc fix. diff -r 0abd4951c0fb -r 8fcca6e6a7a1 src/fileio.c --- 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;