From 9855c418db37154232f41920bfa08c100a6f2a99 Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Tue, 27 Mar 2018 19:25:22 -0500 Subject: [PATCH] Revise docstring of org-babel-prolog-evaluate-session Move the second sentence to its own paragraph. Change the structure of the second sentence to clarify its meaning. --- ob-prolog.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ob-prolog.el b/ob-prolog.el index e81019a..c4727c4 100644 --- a/ob-prolog.el +++ b/ob-prolog.el @@ -170,8 +170,9 @@ running just the body through the Prolog process." (org-babel-eval command ""))) (defun org-babel-prolog-evaluate-session (session goal body) - "Evaluates the GOAL in the BODY of the prolog block in the -given SESSION. If there is no SESSION it creates it." + "In SESSION, evaluate GOAL given the BODY of the Prolog block. + +Create SESSION if it does not already exist." (let* ((session (org-babel-prolog-initiate-session session)) (body (split-string (org-babel-trim body) "\n"))) (org-babel-trim