From: Richard M. Stallman Date: Wed, 9 Apr 2003 01:29:18 +0000 (+0000) Subject: (Ffile_symlink_p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~10589 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f;p=emacs.git (Ffile_symlink_p): Doc fix. --- diff --git a/src/fileio.c b/src/fileio.c index d1e80d6c34b..87011084643 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3182,7 +3182,7 @@ If there is no error, we return nil. */) DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, doc: /* Return non-nil if file FILENAME is the name of a symbolic link. -The value is the name of the file to which it is linked. +The value is the link target, as a string. Otherwise returns nil. */) (filename) Lisp_Object filename;