From: Richard M. Stallman Date: Sun, 16 Jan 1994 23:59:56 +0000 (+0000) Subject: (Ffile_symlink_p): Doc fix. X-Git-Tag: emacs-19.34~10235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89de89c7d16c384ccb68b9d06c8422db92965e3c;p=emacs.git (Ffile_symlink_p): Doc fix. --- 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; {