guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: Minor typo in the manual


From: Mikael Djurfeldt
Subject: [Guile-commits] branch main updated: Minor typo in the manual
Date: Tue, 28 Nov 2023 05:24:34 -0500

This is an automated email from the git hooks/post-receive script.

mdj pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new d8df317ba Minor typo in the manual
d8df317ba is described below

commit d8df317bafcdd9fcfebb636433c4871f2fab28b2
Author: 無無 <yuvallangerontheroad@gmail.com>
AuthorDate: Tue Nov 28 11:18:05 2023 +0100

    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>
---
 doc/ref/api-modules.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]