mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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>
This commit is contained in:
parent
d7cf5bf373
commit
d8df317baf
1 changed files with 1 additions and 1 deletions
|
@ -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")}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue