(Ffile_symlink_p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 Jan 1994 23:59:56 +0000 (23:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 Jan 1994 23:59:56 +0000 (23:59 +0000)
src/fileio.c

index 702d09f..f69a0b5 100644 (file)
@@ -2182,9 +2182,9 @@ See also `file-exists-p' and `file-attributes'.")
 }
 
 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;
 {