mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 07:00:23 +02:00
Comment grammar fixes; nfc.
This commit is contained in:
parent
8742ca0021
commit
889eb35806
1 changed files with 2 additions and 2 deletions
|
@ -1657,7 +1657,7 @@
|
|||
(eq? (car (last-pair use-list)) the-scm-module))
|
||||
(set-module-uses! module (reverse (cdr (reverse use-list)))))))
|
||||
|
||||
;; Return a module that is a interface to the module designated by
|
||||
;; Return a module that is an interface to the module designated by
|
||||
;; NAME.
|
||||
;;
|
||||
;; `resolve-interface' takes two keyword arguments:
|
||||
|
@ -1669,7 +1669,7 @@
|
|||
;; is the name in the used module and SEEN is the name in the using
|
||||
;; module. Note that SEEN is also passed through RENAMER, below. The
|
||||
;; default is to select all bindings. If you specify no selection but
|
||||
;; a renamer, only the bindings that already exists in the used module
|
||||
;; a renamer, only the bindings that already exist in the used module
|
||||
;; are made available in the interface. Bindings that are added later
|
||||
;; are not picked up.
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue