(Ffile_symlink_p): Doc fix.
This commit is contained in:
parent
d147ee841a
commit
1c353c74a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue