Skip to content

Commit

Permalink
Add docstring to org-babel-prolog--elisp-to-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrenierejm committed Mar 28, 2018
1 parent 6c050ce commit 69b2271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
`((:goal . nil)))

(defun org-babel-prolog--elisp-to-pl (value)
"Convert the Emacs Lisp VALUE to equivalent Prolog."
(cond ((stringp value)
(format "'%s'"
(replace-regexp-in-string
Expand Down

0 comments on commit 69b2271

Please sign in to comment.