unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#71253: [PATCH] doc: minor typo fix
@ 2024-05-29  3:30 Nikolaos Chatzikonstantinou
  2024-10-20 21:43 ` Nikolaos Chatzikonstantinou
  2024-10-26 17:32 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Nikolaos Chatzikonstantinou @ 2024-05-29  3:30 UTC (permalink / raw)
  To: 71253

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

See attachment.

[-- Attachment #2: 0001-doc-minor-typo-fix.patch --]
[-- Type: text/x-patch, Size: 1029 bytes --]

From bfeb86d9c7c258ac67de9cdd0b6eabbc01ab0114 Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
Date: Tue, 28 May 2024 23:27:38 -0400
Subject: [PATCH] doc: minor typo fix

The incorrect procedure is mentioned; see the example that immediately
follows.

* doc/ref/api-foreign.texi (Foreign Functions): fix typo to
pointer->procedure.
---
 doc/ref/api-foreign.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index 6e2610c07..e572f176f 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -534,7 +534,7 @@ return two values, with @code{errno} as the second value.
 
 Finally, in @code{(system foreign-library)} there is a convenient
 wrapper function, joining together @code{foreign-library-pointer} and
-@code{procedure->pointer}:
+@code{pointer->procedure}:
 
 @deffn {Scheme Procedure} foreign-library-function lib name @
        [#:return-type=void] [#:arg-types='()] [#:return-errno?=#f]
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-26 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29  3:30 bug#71253: [PATCH] doc: minor typo fix Nikolaos Chatzikonstantinou
2024-10-20 21:43 ` Nikolaos Chatzikonstantinou
2024-10-26 17:32 ` Ludovic Courtès

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