mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-24 05:20:30 +02:00
Correct docstring of 'symlink'.
* libguile/filesys.c (symlink): Correct the docstring, which had 'oldpath' and 'newpath' confused.
This commit is contained in:
parent
3b50be4546
commit
bfdea17192
1 changed files with 2 additions and 2 deletions
|
@ -991,8 +991,8 @@ SCM_DEFINE (scm_fsync, "fsync", 1, 0, 0,
|
|||
#ifdef HAVE_SYMLINK
|
||||
SCM_DEFINE (scm_symlink, "symlink", 2, 0, 0,
|
||||
(SCM oldpath, SCM newpath),
|
||||
"Create a symbolic link named @var{oldpath} with the value\n"
|
||||
"(i.e., pointing to) @var{newpath}. The return value is\n"
|
||||
"Create a symbolic link named @var{newpath} with the value\n"
|
||||
"(i.e., pointing to) @var{oldpath}. The return value is\n"
|
||||
"unspecified.")
|
||||
#define FUNC_NAME s_scm_symlink
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue