bug#41621: [PATCH] Add missing documentation (canonicalize-path)

2020-06-17 Thread Ludovic Courtès
Hi, "Ricardo G. Herdt" skribis: > From f899d43554f81bf1d20c22e07437a4e49e2bb400 Mon Sep 17 00:00:00 2001 > From: "Ricardo G. Herdt" > Date: Sat, 30 May 2020 22:50:16 +0200 > Subject: [PATCH] doc: Add missing canonicalize-path documentation. > > The documentation is copied over from libguile/fil

bug#41621: [PATCH] Add missing documentation (canonicalize-path)

2020-05-30 Thread Ricardo G. Herdt
Guile's manual doesn't mention the procedure canonicalize-path. I copied it over from libguile/filesys.c, and just added "(absolute)" to the text to help users finding it, since this term is more usual in other languages. I didn't make this change to filesys.c though. Regards, Ricardo G. Herd