Re: [PATCH] Fix minor typos

2022-12-09 Thread Mikael Djurfeldt
Thanks Colin and Aleix, This has been committed (856c3f96). Best regards, Mikael On Fri, Dec 2, 2022 at 6:44 PM Aleix Conchillo Flaqué wrote: > On Thu, Dec 1, 2022 at 10:10 PM Colin Woodbury wrote: > >> `make html` should do it. The output is in doc/ref/guile.html/index.html >> >> Yup, that d

Re: [PATCH] Fix minor typos

2022-12-02 Thread Aleix Conchillo Flaqué
On Thu, Dec 1, 2022 at 10:10 PM Colin Woodbury wrote: > `make html` should do it. The output is in doc/ref/guile.html/index.html > > Yup, that does it. For my future doc improvements I'll make sure to check > both sides. > > So it seems that both the extra period and the superfluous "see" are > p

Re: [PATCH] Fix minor typos

2022-12-01 Thread Colin Woodbury
`make html` should do it. The output is in doc/ref/guile.html/index.html Yup, that does it. For my future doc improvements I'll make sure to check both sides. So it seems that both the extra period and the superfluous "see" are perhaps bugs in Info itself. At least when you open the Guile Gu

Re: [PATCH] Fix minor typos

2022-12-01 Thread Aleix Conchillo Flaqué
On Wed, Nov 30, 2022 at 5:04 PM Colin Woodbury wrote: > Hi! > > > On the website this looks OK: > > https://www.gnu.org/software/guile/manual/html_node/Vectors.html > > Did you try to generate the manual in HTML? > > Aleix > > > I didn't (does `make info` do that?); I mainly consume the Guide wit

Re: [PATCH] Fix minor typos

2022-11-30 Thread Colin Woodbury
Hi! On the website this looks OK: https://www.gnu.org/software/guile/manual/html_node/Vectors.html Did you try to generate the manual in HTML? Aleix I didn't (does `make info` do that?); I mainly consume the Guide within Emacs itself. Interesting also that the "see" bug doesn't appear in

Re: [PATCH] Fix minor typos

2022-11-30 Thread Aleix Conchillo Flaqué
Hi! On Wed, Nov 30, 2022 at 5:48 AM Colin Woodbury wrote: > Hi all, this is my first patch to Guile. I have a few more planned, but > figured I'd throw this in first to get my feet wet with the development > process here. > > Detailed comments regarding the typo fixes are included in the patch's