unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 40215@debbugs.gnu.org
Subject: bug#40215: [PATCH 3/4] doc: Document default delimiter of string-join.
Date: Wed, 25 Mar 2020 02:57:19 +0530	[thread overview]
Message-ID: <20200324212720.17018-3-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20200324212720.17018-1-arunisaac@systemreboot.net>

* doc/ref/api-data.texi (String Constructors): Document default
delimiter of the string-join function.
---
 doc/ref/api-data.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index a6b09c478..3dd5109c4 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -3183,9 +3183,10 @@ produce the corresponding string element.  The order in which
 @deffnx {C Function} scm_string_join (ls, delimiter, grammar)
 Append the string in the string list @var{ls}, using the string
 @var{delimiter} as a delimiter between the elements of @var{ls}.
-@var{grammar} is a symbol which specifies how the delimiter is
-placed between the strings, and defaults to the symbol
-@code{infix}.
+@var{delimiter} defaults to @w{@samp{ }}, that is, strings in @var{ls}
+are appended with the space character in between them.  @var{grammar} is
+a symbol which specifies how the delimiter is placed between the
+strings, and defaults to the symbol @code{infix}.
 
 @table @code
 @item infix
-- 
2.25.1






  parent reply	other threads:[~2020-03-24 21:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 21:22 bug#40215: [PATCH 0/4] A few minor documentation fixes and improvements Arun Isaac
2020-03-24 21:27 ` bug#40215: [PATCH 1/4] doc: Fix minor typo in the HTTP headers documentation Arun Isaac
2020-03-24 21:27   ` bug#40215: [PATCH 2/4] doc: Improve content-range HTTP header documentation Arun Isaac
2020-03-24 21:27   ` Arun Isaac [this message]
2020-03-24 21:27   ` bug#40215: [PATCH 4/4] doc: Mention (ice-9 time) module path Arun Isaac
2020-06-17 22:33 ` bug#40215: [PATCH 0/4] A few minor documentation fixes and improvements Ludovic Courtès

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=20200324212720.17018-3-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=40215@debbugs.gnu.org \
    /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).