bug#71303: [PATCH] doc: Fix typo in PEG example.

2024-06-18 Thread lloda
Patch applied in 4fe6d19a5baa43910f346656539c6942d436572b. Thank you!

bug#71303: [PATCH] doc: Fix typo in PEG example.

2024-05-31 Thread Maxim Cournoyer
* doc/ref/api-peg.texi (PEG API Reference): Fix typo in PEG example. --- doc/ref/api-peg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi index a6ab7080d..d34ddc64c 100644 --- a/doc/ref/api-peg.texi +++ b/doc/ref/api-peg.texi

bug#71268: [PATCH v5 1/4] (ice-9 boot-9): Fix typo.

2024-05-31 Thread Maxim Cournoyer
* 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 378ae2457..10423d35e 100644 --- a/module/ice

bug#71253: [PATCH] doc: minor typo fix

2024-05-28 Thread Nikolaos Chatzikonstantinou
See attachment. From bfeb86d9c7c258ac67de9cdd0b6eabbc01ab0114 Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou Date: Tue, 28 May 2024 23:27:38 -0400 Subject: [PATCH] doc: minor typo fix The incorrect procedure is mentioned; see the example that immediately follows. * doc/ref/api

bug#69288: [PATCH] Fix typo in documentation for output buffering.

2024-02-20 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* doc/ref/api-control.texi (Buffering): Fix typo. --- doc/ref/api-io.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi index e263e2985..38b553b80 100644 --- a/doc/ref/api-io.texi +++ b/doc/ref/api-io.texi @@ -754,7 +754,7 @@ line

bug#68734: Minor typo correction.

2024-01-26 Thread Yuval Langer
Hi, I hope this is a correct correction to the error. Many thanks, Yuval Langer. From 8d8b3e4d80311f80754fc1e38f779e96c6031198 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Fri, 26 Jan 2024 13:04:08 +0200 Subject: [PATCH] Fix minor typo. --- doc/ref/history.texi | 2 +- 1 file changed, 1

bug#67487: Minor typo in the manual.

2023-11-28 Thread Mikael Djurfeldt

bug#67487: Minor typo in the manual.

2023-11-28 Thread Mikael Djurfeldt
close 67487 Fixed in commit d8df317b. On Mon, Nov 27, 2023 at 3:47 PM 無無 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

bug#67487: Minor typo in the manual.

2023-11-27 Thread 無無
In : 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".

bug#66365: [PATCH] Fix typo in doc

2023-10-05 Thread Ekaitz Zarraga
>From a23879367c7b7d89a6d0ec2880dc93e70f69fa87 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 5 Oct 2023 22:41:36 +0200 Subject: [PATCH] Fix typo in doc * doc/ref/sxml.texi (Reading and Writing XML): Remove "." --- doc/ref/sxml.texi | 2 +- 1 file changed, 1 insertion(+

bug#62456: [PATCH] Fix typo.

2023-04-05 Thread Mikael Djurfeldt
Oops... Fixed in commit 1ae50a7f80654f04d93d900e17f3160205700a75 On Wed, Apr 5, 2023 at 8:36 PM Mikael Djurfeldt wrote: > Fixed in commit 62501-d...@debbugs.gnu.org > > On Sun, Mar 26, 2023 at 10:58 AM jgart via Bug reports for GUILE, GNU's > Ubiquitous Extension Language wrote: > >> --- >>

bug#62456: [PATCH] Fix typo.

2023-04-05 Thread Mikael Djurfeldt
Fixed in commit 62501-d...@debbugs.gnu.org On Sun, Mar 26, 2023 at 10:58 AM jgart via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > --- > libguile/list.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libguile/list.c b/libguile/list.c > index

bug#62456: [PATCH] Fix typo.

2023-03-26 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
--- libguile/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/list.c b/libguile/list.c index 82aab8a5d..cd05e77b8 100644 --- a/libguile/list.c +++ b/libguile/list.c @@ -224,7 +224,7 @@ SCM_DEFINE (scm_length, "length", 1, 0, 0, SCM_DEFINE (scm_append,

bug#61766: Typo in docs

2023-02-24 Thread lloda
> On 24 Feb 2023, at 15:54, Giorgos Tzampanakis > wrote: > > Hi, > > In the signature of raise-exception in [1] it should say "continuable?" > instead of just "continuable". > > [1] > https://www.gnu.org/software/guile/manual/html_node/Raising-and-Handling-Exceptions.html Fixed in

bug#61766: Typo in docs

2023-02-24 Thread Giorgos Tzampanakis
Hi, In the signature of raise-exception in [1] it should say "continuable?" instead of just "continuable". [1] https://www.gnu.org/software/guile/manual/html_node/Raising-and-Handling-Exceptions.html

bug#59572: [PATCH] Fix minor typo.

2022-11-25 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
Hi, I'm new here.From efdb82fa7dc33c8b161a7783e11197c746a4959d Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Fri, 25 Nov 2022 13:04:28 +0200 Subject: [PATCH] Fix minor typo. --- doc/ref/api-data.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/api

bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag).

2022-10-01 Thread Ludovic Courtès
Applied, thanks!

bug#57808: [PATCH] string-fun: Fix typo

2022-09-17 Thread lloda
Applied in 9592516bfa23056542e9b05b00a4449d0809c6bc. Ty!

bug#57808: [PATCH] string-fun: Fix typo

2022-09-14 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
--- module/ice-9/string-fun.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ice-9/string-fun.scm b/module/ice-9/string-fun.scm index 03e0238fa..592b49e20 100644 --- a/module/ice-9/string-fun.scm +++ b/module/ice-9/string-fun.scm @@ -30,7 +30,7 @@ ;;; -;;;

bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag).

2022-09-13 Thread Fulbert
--- doc/ref/compiler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 27964e881..865a77607 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -1120,7 +1120,7 @@ especially in cases when we know that we can

bug#52482: [PATCH] doc/ref/texinfo.texi: corrected typo generare->generate

2021-12-14 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
Signed-off-by: Blake Shaw --- doc/ref/texinfo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi index 64a866b23..59df7f8e7 100644 --- a/doc/ref/texinfo.texi +++ b/doc/ref/texinfo.texi @@ -472,7 +472,7 @@ Serialize the stexi

bug#46273: bug #46273: Fix typo in lambda documentation

2021-05-21 Thread lloda
Patch applied in d1c6ae19f4e6ab8b3b607a5b14f65c437c06e065. Thanks!

bug#25822: ref manual typo in "Shifts, Resets and All That"

2021-05-13 Thread Taylan Kammer
Version: 3.0.3 Was fixed in commit ab861be9b. - Taylan

bug#46273: Fix typo in lambda documentation

2021-02-03 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
3 Feb 2021 13:23:00 -0500 Subject: [PATCH] Fix typo in lambda documentation. In the part about lambda formals, change "arguments will converted into" to "arguments will BE converted into". * doc/ref/api-procedures.texi (Lambda: Basic Procedure Creation): Fix typo. --- doc/

bug#44857: Typo in documentation in 8.11.5 Class Definition Protocol

2020-11-24 Thread Witold Baryluk
Hi, In 8.11.5 Class Definition Protocol in https://www.gnu.org/software/guile/manual/html_node/Class-Definition-Protocol.html the tree of definitions, contains entry: * remove-class-accessors (generic) I believe this should be instead: * remove-class-accessors! (generic) (with exclamation

bug#42228: [PATCH 2/3] texinfo: Fix typo in transform-string docstring.

2020-07-06 Thread Arun Isaac
* module/texinfo/string-utils.scm (transform-string): Replace "te" with "the" in docstring. --- module/texinfo/string-utils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/texinfo/string-utils.scm b/module/texinfo/string-utils.scm index 42074d334..8c81c20fc

bug#42228: [PATCH 0/3] A few minor typo fixes and documentation improvements

2020-07-06 Thread Arun Isaac
A few minor typo fixes and documentation improvements follow. Arun Isaac (3): doc: Fix return value of do loop example. texinfo: Fix typo in transform-string docstring. doc: Improve documentation of make-shared-array. doc/ref/api-control.texi| 2 +- doc/ref/api-data.texi

bug#40215: [PATCH 1/4] doc: Fix minor typo in the HTTP headers documentation.

2020-03-24 Thread Arun Isaac
* doc/ref/web.texi (HTTP Headers): Fix minor typo. --- doc/ref/web.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 2d07dd7b1..31630def7 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -774,7 +774,7 @@ The MD5 digest

bug#40014: [PATCH] typo in api-debug.texi

2020-03-11 Thread Ludovic Courtès
Hi, Jan Synacek skribis: > From 8617b6a94054aafc4a58cd1e5581154e1e9ea353 Mon Sep 17 00:00:00 2001 > From: Jan Synacek > Date: Tue, 10 Mar 2020 15:36:03 +0100 > Subject: [PATCH] texinfo: Fix typo in api-debug.texi > > --- > doc/ref/api-debug.texi | 2 +- > 1 file ch

bug#40014: [PATCH] typo in api-debug.texi

2020-03-10 Thread Jan Synacek
See attached patch. -- Jan Synacek Software Engineer, Red Hat From 8617b6a94054aafc4a58cd1e5581154e1e9ea353 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 10 Mar 2020 15:36:03 +0100 Subject: [PATCH] texinfo: Fix typo in api-debug.texi --- doc/ref/api-debug.texi | 2 +- 1 file changed

bug#34008: [PATCH] doc: Fix minor typo in the HTTP headers documentation.

2019-06-24 Thread Ludovic Courtès
Hi, Arun Isaac skribis: > * doc/ref/web.texi (HTTP Headers): Fix minor typo. Applied, thanks! Ludo’.

bug#34008: [PATCH] doc: Fix minor typo in the HTTP headers documentation.

2019-01-07 Thread Arun Isaac
* doc/ref/web.texi (HTTP Headers): Fix minor typo. --- doc/ref/web.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/web.texi b/doc/ref/web.texi index c8fc488b7..c11ed32fa 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -791,7 +791,7 @@ The MIME type

bug#30703: [PATCH] Fix minor typo in PEG documentation.

2018-03-15 Thread Mark H Weaver
Arun Isaac <arunis...@systemreboot.net> writes: > * doc/ref/api-peg.texi (PEG Internals): Fix minor typo. > --- > doc/ref/api-peg.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi > index

bug#30703: [PATCH] Fix minor typo in PEG documentation.

2018-03-04 Thread Arun Isaac
* doc/ref/api-peg.texi (PEG Internals): Fix minor typo. --- doc/ref/api-peg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi index cbe3edd34..82e2758b4 100644 --- a/doc/ref/api-peg.texi +++ b/doc/ref/api-peg.texi @@ -1012,7

bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax

2018-02-16 Thread Ludovic Courtès
Matt Wette skribis: > patch is with respect to guile-2.2.2, in doc/ref > > I believe #u8(0 1 2) is U8 array not U32. > > > --- api-data.texi.orig2017-12-30 09:47:17.0 -0800 > +++ api-data.texi 2017-12-30 09:47:49.0 -0800 > @@ -7261,7 +7261,7 @@

bug#25804: [PATCH] api-procedures.texi: typo: 'an' -> 'on'

2017-04-19 Thread Andy Wingo
On Mon 20 Feb 2017 00:02, Sergei Trofimovich <sly...@gentoo.org> writes: > * doc/ref/api-procedures.texi: fix typo 'an' -> 'on' Applied. Thanks :) Andy

bug#26188: Minor typo in manual (7.20.5 SXML Tree Fold)

2017-04-19 Thread Arun Isaac
> Thanks, fixed. Patches welcome in the future too :) Sure, thanks!

bug#26188: Minor typo in manual (7.20.5 SXML Tree Fold)

2017-04-19 Thread Andy Wingo
Hi, On Mon 20 Mar 2017 07:10, Arun Isaac writes: > In the second line of the argument specification of scheme procedure > `fold-layout', "handler-pair" is misspelt as "bandler-pair". Thanks, fixed. Patches welcome in the future too :) Andy

bug#26188: Minor typo in manual (7.20.5 SXML Tree Fold)

2017-03-20 Thread Arun Isaac
Hi, In the second line of the argument specification of scheme procedure `fold-layout', "handler-pair" is misspelt as "bandler-pair". It says: binding := ( ...) It should be: binding := ( ...) Regards, Arun Isaac. signature.asc Description: PGP signature

bug#25822: ref manual typo in "Shifts, Resets and All That"

2017-02-20 Thread Matt Wette
So I was reading on prompts and came across this sentence in the section entitled “Shifts, Reset and All That”: The default handler accepts a procedure of one argument, which will called on the captured continuation, within a prompt. Something appears to be missing text or something; I have

bug#25804: [PATCH] api-procedures.texi: typo: 'an' -> 'on'

2017-02-19 Thread Sergei Trofimovich
* doc/ref/api-procedures.texi: fix typo 'an' -> 'on' Signed-off-by: Sergei Trofimovich <sly...@gentoo.org> --- doc/ref/api-procedures.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 02bf6822a..

bug#25530: [PATCH] Fix typo in site packages documentation

2017-02-12 Thread Ludovic Courtès
Georgi Kirilov <kirilov.georg...@gmail.com> skribis: > * doc/ref/scheme-using.texi (Installing Site Packages): Fix typo Applied, thanks! Ludo'.

bug#25512: [PATCH] Fix typo in keywords documentation

2017-02-12 Thread Ludovic Courtès
Georgi Kirilov <kirilov.georg...@gmail.com> skribis: > * doc/ref/api-data.texi (Keyword Read Syntax): Fix typo Applied, thanks! Ludo'.

bug#25530: [PATCH] Fix typo in site packages documentation

2017-01-25 Thread Georgi Kirilov
* doc/ref/scheme-using.texi (Installing Site Packages): Fix typo --- doc/ref/scheme-using.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index b7efcb4a9..ac265fcca 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref

bug#25530: [PATCH] Fix typo in site packages documentation

2017-01-25 Thread Alex Kost
Georgi Kirilov (2017-01-25 16:04 +0200) wrote: > * doc/ref/scheme-using.texi (Installing Site Packages): Fix typo > --- > doc/ref/scheme-using.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi

bug#25530: [PATCH] Fix typo in site packages documentation

2017-01-25 Thread Georgi Kirilov
* doc/ref/scheme-using.texi (Installing Site Packages): Fix typo --- doc/ref/scheme-using.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index b7efcb4a9..b1f0bafe3 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref

bug#25512: [PATCH] Fix typo in keywords documentation

2017-01-23 Thread Georgi Kirilov
* doc/ref/api-data.texi (Keyword Read Syntax): Fix typo --- doc/ref/api-data.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 1b3170e4f..4316fc0f5 100644 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -5412,7

bug#24342: Typo in manual?

2016-09-02 Thread Andy Wingo
; shouldn't it be 'defun'? I think it's a typo, texinfo uses @deffn to define functions, probably just a thinko. Fixed, tx :) Andy

bug#24342: Typo in manual?

2016-08-30 Thread Wilfred Hughes
I was reading https://www.gnu.org/software/guile/manual/html_node/Nil.html#Nil and noticed that the last code section uses deffn. Is this correct? Since it's intended to be an elisp function, shouldn't it be 'defun'?

bug#24178: [PATCH] Fix typo about variable definitions

2016-08-07 Thread sirgazil
* doc/ref/api-binding.texi (Top Level Variable Definitions): Fix typo. --- doc/ref/api-binding.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/api-binding.texi b/doc/ref/api-binding.texi index 5857e78..c3ee01b 100644 --- a/doc/ref/api-binding.texi +++ b/doc

bug#24165: [PATCH] Fix typo about pattern variables

2016-08-07 Thread Andy Wingo
On Sat 06 Aug 2016 02:52, sirgazil <felipe.lo...@openmailbox.org> writes: > * doc/ref/sxml-match.texi (Matching XML Elements): Fix typo. Applied, thanks! Andy

bug#24165: [PATCH] Fix typo about pattern variables

2016-08-05 Thread sirgazil
* doc/ref/sxml-match.texi (Matching XML Elements): Fix typo. --- doc/ref/sxml-match.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/sxml-match.texi b/doc/ref/sxml-match.texi index d2795a5..3adf347 100644 --- a/doc/ref/sxml-match.texi +++ b/doc/ref/sxml-match.texi

bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option

2016-06-24 Thread Andy Wingo
Fixed in git. Thanks! Andy On Wed 15 Jul 2015 13:27, "Glenn Michaels" <gmicha...@safe-mail.net> writes: > The following patch fixes a typo in the guile texinfo docs, > see https://bugs.debian.org/765286 for more info. > > --- a/doc/ref/api-data.texi > +++ b/doc

bug#23333: typo in documentation

2016-04-21 Thread Luri Bert
Hello! There is a little typo in the documentation. Here is the patch. Bye, Luri >From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001 From: Luribert <luribert...@zoho.com> Date: Thu, 21 Apr 2016 18:56:58 +0200 Subject: [PATCH] Fixed typo in documentation. * doc/ref

bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option

2015-07-15 Thread Glenn Michaels
The following patch fixes a typo in the guile texinfo docs, see https://bugs.debian.org/765286 for more info. --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -5849,7 +5849,7 @@ of the form @code{:NAME} are read as symbols, as required by R5RS. @cindex SRFI-88 keyword syntax

bug#20797: [PATCH] Fix typo in manual.

2015-06-12 Thread Alex Kost
Hello, I've noticed a typo. Please let me know if the attached patch is not appropriate. From f7aabb38c24b40bec4be6af13ad387d4ed0c20ca Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Fri, 12 Jun 2015 19:30:17 +0300 Subject: [PATCH] Fix typo in manual. * doc/ref/api-modules.texi

bug#10028: minor typo in doc/ref/web.texi

2011-11-16 Thread Andy Wingo
On Sat 12 Nov 2011 18:39, Brian Gough b...@network-theory.co.uk writes: Hello - I think there is a missing quote mark in the documentation for if-modified-since. Thanks for the report; fixed. I'm happy to apply things like this for you. You are also welcome to commit access if you want.

bug#10028: minor typo in doc/ref/web.texi

2011-11-12 Thread Brian Gough
Hello - I think there is a missing quote mark in the documentation for if-modified-since. $ git diff doc/ref/web.texi diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 63b6f3f..a08cd2c 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -847,7 +847,7 @@ indicating any etag, or a list of

Fw: manual - small typo error

2011-07-05 Thread David Pirotte
) #:use-module (math 3D-vectors) #:duplicates (merge-generics)) Cheers, David ;; -- Begin forwarded message: Date: Tue, 5 Jul 2011 19:13:48 -0300 From: David Pirotte da...@altosw.be To: bug-guile@gnu.org Subject: manual - small typo error Hello, reporting a small typo error in section

Re: typo/bug in guile-bf08e10/doc/ref/api-control.texi

2010-09-04 Thread Andy Wingo
Hi, On Fri 03 Sep 2010 14:47, ebuy rt...@online.de writes: consider the order (PROC CONT) in the documentation of the procedure call-with-current-continuation Shouldn't that be transposed? (CONT PROC) ? Nope! The point is to reify the continuation as a *value*; thus it is passed as a

typo/bug in guile-bf08e10/doc/ref/api-control.texi

2010-09-03 Thread ebuy
Hi, maybe I'm wrong, but I consider the order (PROC CONT) in the documentation of the procedure call-with-current-continuation in file guile-bf08e10/doc/ref/api-control.texi of the git-repository a bug Shouldn't that be transposed? (CONT PROC) ? I originally found this studying the

typo fix

2009-12-15 Thread Brian Gough
] typo fix --- doc/ref/api-procedures.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 9609fef..0f89612 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -36,7 +36,7 @@ When

more typo fixes

2009-12-15 Thread Brian Gough
More spelling corrections and fixes for doubled words (e.g. the the) -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ From 7be02beedc739c32cce2c8ec8f4ac814c994a13f Mon Sep 17 00:00:00 2001 From: Brian Gough b...@gnu.org Date: Mon, 14 Dec

typo in manual

2007-05-21 Thread Karl Berry
Hi -- we received this report on webmasters (thanks Norm!). Please dtrt ... thanks, k. From: Norman Hardy [EMAIL PROTECTED] In http://www.gnu.org/software/guile/manual/html_node/Dynamic-Wind.html which is called a/which is calles a ___ Bug-guile

srfi-1 reduce docs typo

2003-03-12 Thread Kevin Ryde
In the guile 1.6.3 reference manual, the node Fold, Unfold Map for SRFI-1 says `reduce' is a variant of `reduce'. I wonder if that's a typo and it should be ... variant of `fold'. ___ Bug-guile mailing list [EMAIL PROTECTED] http

guile-1.6.0: fix for typo in Makefile.am (breaks TeXmacs)

2002-12-03 Thread Stanislav Brabec
Hallo, there is a small typo fix in guile-1.6.0, causing disfunctionality of some applications, namelly TeXmacs. Copy of this mail is sent to people, which can be interested to. diff -ru guile-1.6.0.orig/libguile/Makefile.am guile-1.6.0/libguile/Makefile.am --- guile-1.6.0.orig/libguile

Re: guile-1.6.0: fix for typo in Makefile.am (breaks TeXmacs)

2002-12-03 Thread Marius Vollmer
Stanislav Brabec [EMAIL PROTECTED] writes: there is a small typo fix in guile-1.6.0, causing disfunctionality of some applications, namelly TeXmacs. Thanks for the report! This has been fixed already in CVS and will be in Guile 1.6.1, which should be out soonish. -- GPG: D5D4E405 - 2F9B

typo in info documentation for guile

2002-09-09 Thread P Pareit
Hey In the info node Creating a Procedure there is a typo: It it more common, though, to store the procedure value in a variable -- What should probably be: It is more ... pieter; ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: typo in info documentation for guile

2002-09-09 Thread Marius Vollmer
P Pareit [EMAIL PROTECTED] writes: In the info node Creating a Procedure there is a typo: Fixed, thanks! -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: typo

2002-01-08 Thread Thien-Thi Nguyen
From: fabrice bauzac [EMAIL PROTECTED] Date: Sun, 6 Jan 2002 15:39:31 +0100 Done! applied! (to unstable branch, that is. application to the stable branch was not clean, although in the end, i was able to hunt down most of the .rej hunks, and check in spellfixes.) many thanks. i

typo

2002-01-05 Thread Fabrice Bauzac
Hello, this is my first contribution to Guile: one byte (stop laughing please! ;-) *** intro.texi~ Fri Aug 24 13:58:36 2001 --- intro.texi Sat Jan 5 13:13:16 2002 *** *** 696,702 composition of complete programs from largely independent parts. (Although the module

typo 2

2002-01-05 Thread Fabrice Bauzac
Another one... *** intro.texi~ Sat Jan 5 13:13:16 2002 --- intro.texi Sat Jan 5 13:59:00 2002 *** *** 358,364 manual. Once you've compiled your source files, you need to link them against the Guile object code library, @code{libguile}. ! On most systems, you should

Re: typo

2002-01-05 Thread Thien-Thi Nguyen
From: Fabrice Bauzac [EMAIL PROTECTED] Date: Sat, 05 Jan 2002 13:18:06 +0100 [misspelling] thanks. it would be nice if someone wrote a spellcheck script that we could add to guile-tools. could you do that? thi ___ Bug-guile mailing list

Re: Typo in ref. manual, @node lambda* Reference?

2001-08-14 Thread Martin Grabmueller
From: Eric Hanchrow [EMAIL PROTECTED] Date: 13 Aug 2001 13:23:49 -0700 I've only just started reading about keywords, and am not sure I've got this right. But it seems that every place in the documentation that says `#:key' should really say `#key' instead -- the former doesn't work in

Typo in ref. manual, @node lambda* Reference?

2001-08-13 Thread Eric Hanchrow
I've only just started reading about keywords, and am not sure I've got this right. But it seems that every place in the documentation that says `#:key' should really say `#key' instead -- the former doesn't work in Guile; it complains like this: guile (lambda* (bob #:key sam) '())

typo

2000-11-14 Thread Han-Wen Nienhuys
http://www.gnu.org/software/guile/developers.html says "Reporing bugs" -- Han-Wen Nienhuys | [EMAIL PROTECTED]| http://www.cs.uu.nl/~hanwen/ ___ Bug-guile mailing list [EMAIL PROTECTED]

Re: typo

2000-11-14 Thread thi
thanks for the bug report. fixed. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: allow-other-keys typo in optargs.scm

2000-08-22 Thread Bill Schottstaedt
Also, as I'm sure you guys know already (I'm not on this mailing list), (use-modules (ice-9 syncase)) dies in the current guile with a segfault. Hmm, it works for me. Can you try the latest CVS version and give detailed instructions to make it crash? Yesterday's version works fine -- I

allow-other-keys typo in optargs.scm

2000-08-19 Thread Bill Schottstaedt
I think the line (209 in optargs.scm) ((allow-other-keys) #:allow-other-keys-value) should be ((allow-other-keys) #:allow-other-keys) Also, as I'm sure you guys know already (I'm not on this mailing list), (use-modules (ice-9 syncase)) dies in the current guile with a segfault.

Re: allow-other-keys typo in optargs.scm

2000-08-19 Thread Marius Vollmer
Bill Schottstaedt [EMAIL PROTECTED] writes: I think the line (209 in optargs.scm) ((allow-other-keys) #:allow-other-keys-value) should be ((allow-other-keys) #:allow-other-keys) Thanks! I fixed this. Also, as I'm sure you guys know already (I'm not on this mailing list),

Re: Typo in reference manual

2000-05-12 Thread Marius Vollmer
Eric Hanchrow [EMAIL PROTECTED] writes: All instances of `disble', above, should of course be changed to `disable'. This has already been fixed in CVS. Anyway: thanks!