diff options
author | 無無 <yuvallangerontheroad@gmail.com> | 2023-11-28 11:18:05 +0100 |
---|---|---|
committer | Mikael Djurfeldt <mikael@djurfeldt.com> | 2023-11-28 11:18:05 +0100 |
commit | d8df317bafcdd9fcfebb636433c4871f2fab28b2 (patch) | |
tree | c5ec486e612330bb4b7587129e6be6e94768dedc /doc/ref | |
parent | d7cf5bf373392a18e9a4de06f751eae3d66ce1af (diff) | |
download | guile-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.texi | 2 |
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")}. |