diff src/fileio.c @ 5616:67a8c4a8c80e

(Ffile_symlink_p): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Jan 1994 23:59:56 +0000
parents 22a65d8c0b9a
children 7bd40f51b9e9
line wrap: on
line diff
--- 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;
 {