Skip to content

Commit

Permalink
Revise docstring of org-babel-prolog-evaluate-external-process
Browse files Browse the repository at this point in the history
Move the second sentence of the docstring to its own paragraph.
Correct a typo in and modify the grammar of the second sentence.
  • Loading branch information
lafrenierejm committed Mar 28, 2018
1 parent d1f1479 commit 260566b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 260566b

Please sign in to comment.