summaryrefslogtreecommitdiff
path: root/doc/ref
diff options
context:
space:
mode:
author無無 <yuvallangerontheroad@gmail.com>2023-11-28 11:18:05 +0100
committerMikael Djurfeldt <mikael@djurfeldt.com>2023-11-28 11:18:05 +0100
commitd8df317bafcdd9fcfebb636433c4871f2fab28b2 (patch)
treec5ec486e612330bb4b7587129e6be6e94768dedc /doc/ref
parentd7cf5bf373392a18e9a4de06f751eae3d66ce1af (diff)
downloadguile-d8df317bafcdd9fcfebb636433c4871f2fab28b2.tar.gz
Minor typo in the manual
* doc/ref/api-modules.texi: Fix typo. Fixes <https://bugs.gnu.org/67487>. Signed-off-by: Mikael Djurfeldt <mikael@djurfeldt.com>
Diffstat (limited to 'doc/ref')
-rw-r--r--doc/ref/api-modules.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 05a19cc16..0171edfb1 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -475,7 +475,7 @@ when a program uses them, on demand.
When a program evaluates @code{(use-modules (ice-9 popen))}, and the
module is not loaded, Guile searches for a conventionally-named file
-from in the @dfn{load path}.
+in the @dfn{load path}.
In this case, loading @code{(ice-9 popen)} will eventually cause Guile
to run @code{(primitive-load-path "ice-9/popen")}.