From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrew Tropin Newsgroups: gmane.lisp.guile.devel Subject: [PATCH 0/3] Documentation improvements Date: Tue, 25 Jun 2024 15:20:09 +0400 Message-ID: <20240625112221.15576-1-andrew@trop.in> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9718"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Andrew Tropin To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Jun 25 13:23:12 2024 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sM4GU-0002DD-Of for guile-devel@m.gmane-mx.org; Tue, 25 Jun 2024 13:23:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sM4G7-0007CG-Sr; Tue, 25 Jun 2024 07:22:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sM4G6-0007Bx-Bh for guile-devel@gnu.org; Tue, 25 Jun 2024 07:22:46 -0400 Original-Received: from out-181.mta1.migadu.com ([95.215.58.181]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sM4G4-0003yG-Bp for guile-devel@gnu.org; Tue, 25 Jun 2024 07:22:46 -0400 X-Envelope-To: guile-devel@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=key1; t=1719314560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jOL9jvgNobSGKVT/viMUoTSKHP5UuO2ONwFI4dSIWeI=; b=MB5KzJbXqSBJekUrvUhqlQO+G0G2EW+Q0N9V2AB8kt3bszUPamswCDzldMFdOX4cbH9QjF tnNT9QeJQQZ4534HXiE/PyLLnH+tl7Rm/Mwuis/2pTH/zrN5ljlyo6CoUeSyNeKIhd/cV5 nvlnUZVQrHtv6E4+sLf3qLPYxHK9OzqstFUjZcECRo2oItlL7OCitiVAYh9gzmwhnFFux8 DxB3Nvi3+1v+OdfeFuUKwlvLwOEO1m5rKg20PewqgUGnudyyRd+W/7ynOaMiEee2lIy4ix 8ssKkNaEAQkwMXCHkGtMzOTET7ZfG5Z66oQMbE/YzOqstXPs4ardPuRwyh2Xug== X-Envelope-To: andrew@trop.in X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.181; envelope-from=andrew@trop.in; helo=out-181.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22473 Archived-At: Fix spelling, mentions of removed code and factual inaccuracies. Andrew Tropin (3): Make string-length documentation more correct Change make-dynamic-state mentions to current-dynamic-state Fix spelling doc/r5rs/r5rs.texi | 2 +- doc/ref/api-scheduling.texi | 2 +- doc/ref/srfi-modules.texi | 2 +- doc/ref/vm.texi | 2 +- libguile/fluids.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.45.1