* [PATCH] ob-fortran.el: Fix name of caller in documentation
@ 2023-09-15 8:14 gerard.vermeulen
2023-09-15 9:23 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: gerard.vermeulen @ 2023-09-15 8:14 UTC (permalink / raw)
To: Emacs orgmode, Ihor Radchenko
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
Hi,
This patch fixes an oversight in
765a84ea252fd7f281340c40fdc97f696f8cac33
It fixes the caller name in documentation and conforms to "rules" in
sibling ob-XXX.el files.
Regards -- Gerard
[-- Attachment #2: 0001-ob-fortran.el-Fix-name-of-caller-in-documentation.patch --]
[-- Type: application/octet-stream, Size: 1106 bytes --]
From e5fae8056dbae674603de9fe0ff79c028d974ab0 Mon Sep 17 00:00:00 2001
From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
Date: Fri, 15 Sep 2023 09:48:33 +0200
Subject: [PATCH] ob-fortran.el: Fix name of caller in documentation
* lisp/ob-fortran.el (org-babel-execute:fortran): Fix name of caller
in documentation and conform to "rules" in sibling ob-XXX.el files.
---
lisp/ob-fortran.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/ob-fortran.el b/lisp/ob-fortran.el
index 7075d8a9f..fabc6a47a 100644
--- a/lisp/ob-fortran.el
+++ b/lisp/ob-fortran.el
@@ -51,8 +51,8 @@
:type 'string)
(defun org-babel-execute:fortran (body params)
- "Execute fortran BODY according to PARAMS.
-This function should only be called by `org-babel-execute:fortran'."
+ "Execute Fortran BODY according to PARAMS.
+This function is called by `org-babel-execute-src-block'."
(let* ((tmp-src-file (org-babel-temp-file "fortran-src-" ".F90"))
(tmp-bin-file (org-babel-temp-file "fortran-bin-" org-babel-exeext))
(cmdline (cdr (assq :cmdline params)))
--
2.42.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ob-fortran.el: Fix name of caller in documentation
2023-09-15 8:14 [PATCH] ob-fortran.el: Fix name of caller in documentation gerard.vermeulen
@ 2023-09-15 9:23 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2023-09-15 9:23 UTC (permalink / raw)
To: gerard.vermeulen; +Cc: Emacs orgmode
gerard.vermeulen@posteo.net writes:
> This patch fixes an oversight in
> 765a84ea252fd7f281340c40fdc97f696f8cac33
> It fixes the caller name in documentation and conforms to "rules" in
> sibling ob-XXX.el files.
Thanks!
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d70c1200f
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-15 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 8:14 [PATCH] ob-fortran.el: Fix name of caller in documentation gerard.vermeulen
2023-09-15 9:23 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).