Skip to content

Commit

Permalink
Revise docstring of org-babel-load-session:prolog
Browse files Browse the repository at this point in the history
Correct the description of the function's actions.  Indicate that the
BODY and PARAMS parameters are unused.
  • Loading branch information
lafrenierejm committed Mar 28, 2018
1 parent 58811e5 commit ddb19fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ This function is called by `org-babel-execute-src-block.'"
(cdr (assq :rownames params)))))))

(defun org-babel-load-session:prolog (session body params)
"Load BODY into SESSION."
"Return initialized Prolog SESSION.
BODY and PARAMS are both unused."
(let* ((params (org-babel-process-params params))
(session (org-babel-prolog-initiate-session
(cdr (assq :session session)))))
Expand Down

0 comments on commit ddb19fc

Please sign in to comment.