Mercurial > emacs
changeset 50500:8fcca6e6a7a1
(Ffile_symlink_p): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Apr 2003 01:29:18 +0000 |
parents | 0abd4951c0fb |
children | 3bf63c244c44 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Apr 09 01:28:44 2003 +0000 +++ b/src/fileio.c Wed Apr 09 01:29:18 2003 +0000 @@ -3182,7 +3182,7 @@ 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;