From d1f147924a2006f209bdaa60e0406e3be420801f Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Tue, 27 Mar 2018 19:21:13 -0500 Subject: [PATCH] Revise docstring of org-babel-execute:prolog Correctly reference the BODY and PARAMS parameters. Move the information about the function calling to a separate paragraph. --- ob-prolog.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ob-prolog.el b/ob-prolog.el index 7ea4037..84e3547 100644 --- a/ob-prolog.el +++ b/ob-prolog.el @@ -120,8 +120,9 @@ Example: (buffer-string)))) (defun org-babel-execute:prolog (body params) - "Execute a block of Prolog code with org-babel. This function is -called by `org-babel-execute-src-block'" + "Execute the Prolog in BODY according to the block's header PARAMS. + +This function is called by `org-babel-execute-src-block.'" (message "executing Prolog source code block") (let* ((result-params (cdr (assq :result-params params))) (session (cdr (assq :session params)))