From 4c0ecac85bb3c1af9b66f00963d34e96096c3889 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= <aconchillo@gmail.com>
Date: Mon, 29 Jun 2020 19:51:30 -0700
Subject: [PATCH] doc: update guile extensions path

* doc/ref/api-foreign.texi: append "extensions" to extensiondir.
---
 doc/ref/api-foreign.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index b0d6c249b..b0306fadf 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -373,7 +373,7 @@ When loaded with @code{(use-modules (foo bar))}, the
 object file in Guile's @code{extensiondir}, which is usually a
 subdirectory of the @code{libdir}. For example, if your libdir is
 @file{/usr/lib}, the @code{extensiondir} for the Guile @value{EFFECTIVE-VERSION}.@var{x}
-series will be @file{/usr/lib/guile/@value{EFFECTIVE-VERSION}/}.
+series will be @file{/usr/lib/guile/@value{EFFECTIVE-VERSION}/extensions}.
 
 The extension path includes the major and minor version of Guile (the
 ``effective version''), because Guile guarantees compatibility within a
-- 
2.27.0

