unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: luis.felipe.la--- via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <bug-guile@gnu.org>
To: 46273@debbugs.gnu.org
Subject: bug#46273: Fix typo in lambda documentation
Date: Wed, 03 Feb 2021 18:39:39 +0000	[thread overview]
Message-ID: <TKKzQzogLK1rIuN2Ai-ByEd8x4Zcbfp6_seR1l1CnuRii8QihqSUvG8G5f4eyl2WxViT7ecgC8f1xm3sR_AjdMr95-1md504M9MEkxTauXU=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

In the part about lambda formals, change "arguments will converted into" to "arguments will BE converted into".


---
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-lambda-documentation.patch --]
[-- Type: text/x-patch; name=0001-Fix-typo-in-lambda-documentation.patch, Size: 1422 bytes --]

From 16e5614682cad87aab26370f149d2c5a6b4f7362 Mon Sep 17 00:00:00 2001
From: Luis Felipe <luis.felipe.la@protonmail.com>
Date: Wed, 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/ref/api-procedures.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index 81d2cfc2d..8c533692c 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -67,8 +67,8 @@ called, the arguments will be stored into the newly created location for
 the formal variables.
 @item @var{variable}
 The procedure takes any number of arguments; when the procedure is
-called, the sequence of actual arguments will converted into a list and
-stored into the newly created location for the formal variable.
+called, the sequence of actual arguments will be converted into a list
+and stored into the newly created location for the formal variable.
 @item (@var{variable1} @dots{} @var{variablen} . @var{variablen+1})
 If a space-delimited period precedes the last variable, then the
 procedure takes @var{n} or more variables where @var{n} is the number

base-commit: 480d86df6847deb55db6731811407c268d2254ed
-- 
2.30.0


             reply	other threads:[~2021-02-03 18:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03 18:39 luis.felipe.la--- via Bug reports for GUILE, GNU's Ubiquitous Extension Language [this message]
2021-05-21 18:28 ` bug#46273: bug #46273: Fix typo in lambda documentation lloda

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='TKKzQzogLK1rIuN2Ai-ByEd8x4Zcbfp6_seR1l1CnuRii8QihqSUvG8G5f4eyl2WxViT7ecgC8f1xm3sR_AjdMr95-1md504M9MEkxTauXU=@protonmail.com' \
    --to=bug-guile@gnu.org \
    --cc=46273@debbugs.gnu.org \
    --cc=luis.felipe.la@protonmail.com \
    /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).