bug#67487: Minor typo in the manual.
Mikael Djurfeldt <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <CAA2XvwLY2ATmW1-+Rj++Wws1GkqRaaXSoSLc4z2vjTvcqjsnBw@mail.gmail.com> |
close 67487 Fixed in commit d8df317b. On Mon, Nov 27, 2023 at 3:47 PM 無無 <[email protected]> wrote: > In < > https://www.gnu.org/software/guile/manual/html_node/Modules-and-the-File-System.html > >: > > When a program evaluates (use-modules (ice-9 popen)), and the > module is not loaded, Guile searches for a conventionally-named file > from in the load path. > > "from in the" should probably be "in the". > > > >