(Ffile_symlink_p): Doc fix.

This commit is contained in:
Richard M. Stallman 2003-04-09 01:29:18 +00:00
parent d147ee841a
commit 1c353c74a8

View file

@ -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;