unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: guile-devel@gnu.org
Cc: Maxime Devos <maximedevos@telenet.be>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH v4 1/4] (ice-9 boot-9): Fix typo.
Date: Mon, 25 Sep 2023 10:28:58 -0400	[thread overview]
Message-ID: <20230925142945.14153-2-maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <20230925142945.14153-1-maxim.cournoyer@gmail.com>

* module/ice-9/boot-9.scm (module-use-interfaces!): Fix typo in doc string.
---

(no changes since v1)

 module/ice-9/boot-9.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index a5f2eea9b..897d8d01c 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -2927,7 +2927,7 @@ uses)."
 
 (define (module-use-interfaces! module interfaces)
   "Same as MODULE-USE!, but only notifies module observers after all
-interfaces are added to the inports list."
+interfaces are added to the imports list."
   (let* ((cur (module-uses module))
          (new (let lp ((in interfaces) (out '()))
                 (if (null? in)
-- 
2.41.0




  reply	other threads:[~2023-09-25 14:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25 14:28 [PATCH v4 0/4] Add module depth information to %load-verbosely output Maxim Cournoyer
2023-09-25 14:28 ` Maxim Cournoyer [this message]
2023-09-25 14:28 ` [PATCH v4 2/4] .dir-locals: Set c-basic-offset to 2 for c-mode Maxim Cournoyer
2023-09-25 14:29 ` [PATCH v4 3/4] guix.scm: Update guile package native inputs Maxim Cournoyer
2023-09-25 14:29 ` [PATCH v4 4/4] load: Display modules depth in output when using %load-verbosely Maxim Cournoyer
2023-09-28 14:23   ` Maxime Devos
2023-10-02 16:13     ` Maxim Cournoyer
2023-10-03 19:03       ` Maxime Devos
2023-10-04  1:42         ` Maxim Cournoyer
2023-10-10 21:29           ` Maxime Devos
2023-10-11  2:36             ` Maxim Cournoyer
2023-10-11 12:37               ` Maxime Devos
2023-10-22  4:14                 ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230925142945.14153-2-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=guile-devel@gnu.org \
    --cc=maximedevos@telenet.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).