# HG changeset patch # User Richard M. Stallman # Date 758764796 0 # Node ID 67a8c4a8c80e4e5c9170338709c58aaf74512dca # Parent e7dd5c1d36dc6fb57265cf7e40f8f45b75e1d961 (Ffile_symlink_p): Doc fix. diff -r e7dd5c1d36dc -r 67a8c4a8c80e src/fileio.c --- a/src/fileio.c Sun Jan 16 23:40:50 1994 +0000 +++ b/src/fileio.c Sun Jan 16 23:59:56 1994 +0000 @@ -2182,9 +2182,9 @@ } DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, - "If file FILENAME is the name of a symbolic link\n\ -returns the name of the file to which it is linked.\n\ -Otherwise returns NIL.") + "Return non-nil if file FILENAME is the name of a symbolic link.\n\ +The value is the name of the file to which it is linked.\n\ +Otherwise returns nil.") (filename) Lisp_Object filename; {