From 260566be8354bf44d717bea2dab34da57a87182b Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Tue, 27 Mar 2018 19:24:02 -0500 Subject: [PATCH] Revise docstring of org-babel-prolog-evaluate-external-process Move the second sentence of the docstring to its own paragraph. Correct a typo in and modify the grammar of the second sentence. --- ob-prolog.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ob-prolog.el b/ob-prolog.el index 84e3547..e81019a 100644 --- a/ob-prolog.el +++ b/ob-prolog.el @@ -155,9 +155,10 @@ This function is called by `org-babel-execute-src-block.'" (org-babel-prolog-initiate-session session))) (defun org-babel-prolog-evaluate-external-process (goal body) - "Evaluates the GOAL given the BODY in a external Prolog -process. If no GOAL is given the GOAL is replaced with HALT, -resulting in running just the body through the Prolog process." + "Evaluate the GOAL given the BODY in an external Prolog process. + +If no GOAL is given, the GOAL is replaced with HALT. This resulsts in +running just the body through the Prolog process." (let* ((tmp-file (org-babel-temp-file "prolog-")) (command (format "%s -q -l %s -t \"%s\"" org-babel-prolog-command