From 89de89c7d16c384ccb68b9d06c8422db92965e3c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 Jan 1994 23:59:56 +0000 Subject: [PATCH] (Ffile_symlink_p): Doc fix. --- src/fileio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fileio.c b/src/fileio.c index 702d09f41b8..f69a0b57d5a 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; { -- 2.39.5