Re: [PATCH] Correct docstring of 'symlink'

2015-03-29 Thread Ludovic Courtès
Stefan Monnier skribis: >> -"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

Re: [PATCH] Correct docstring of 'symlink'

2015-03-09 Thread Stefan Monnier
> - "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" This i

Re: [PATCH] Correct docstring of 'symlink'

2015-03-05 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> OK, please push then. > > I don't have push access on Guile. :-) Oops, pushed, thanks! Ludo’.

Re: [PATCH] Correct docstring of 'symlink'

2015-03-04 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Could you also update the texi file? > > In (info "(guile) File System") it was already correct. OK, please push then. Thank you, Ludo’.

Re: [PATCH] Correct docstring of 'symlink'

2015-03-04 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > OK, please push then. I don't have push access on Guile. :-) Taylan

Re: [PATCH] Correct docstring of 'symlink'

2015-03-04 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Could you also update the texi file? In (info "(guile) File System") it was already correct. Taylan

Re: [PATCH] Correct docstring of 'symlink'

2015-03-04 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > From 613c00221bf4e2bd5e809aebd792ed7c056455b3 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Fri, 20 Feb 2015 21:11:03 +0100 > Subject: [PATCH] Corr

[PATCH] Correct docstring of 'symlink'

2015-02-20 Thread Taylan Ulrich Bayırlı/Kammer
>From 613c00221bf4e2bd5e809aebd792ed7c056455b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:11:03 +0100 Subject: [PATCH] Correct docstring of 'symlink' * libguile/filesys.c (symlink): Correct the docstring, which h