GNU bug report logs - #69288
[PATCH] Fix typo in documentation for output buffering.

Previous Next

Package: guile;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Tue, 20 Feb 2024 15:53:02 UTC

Severity: minor

Tags: patch

To reply to this bug, email your comments to 69288 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#69288; Package guile. (Tue, 20 Feb 2024 15:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Tue, 20 Feb 2024 15:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: bug-guile <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Fix typo in documentation for output buffering.
Date: Tue, 20 Feb 2024 07:50:58 -0800
* 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-buffered ports, respectively.  @xref{File Ports}, for more.
 
 Any buffered output data will be written out when the port is closed.
 To make sure to flush it at specific points in your program, use
-@code{force-otput}.
+@code{force-output}.
 
 @findex fflush
 @deffn {Scheme Procedure} force-output [port]

base-commit: 9e0f03c5fd36764827c8bb03887f14640c883b70
-- 
2.41.0





This bug report was last modified 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.