unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#69288: [PATCH] Fix typo in documentation for output buffering.
@ 2024-02-20 15:50 Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language
  0 siblings, 0 replies; only message in thread
From: Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2024-02-20 15:50 UTC (permalink / raw)
  To: 69288; +Cc: Felix Lechner

* 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






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-20 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 15:50 bug#69288: [PATCH] Fix typo in documentation for output buffering Felix Lechner via Bug reports for GUILE, GNU's Ubiquitous Extension Language

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).