Skip to content

Commit

Permalink
Revise docstring of org-babel-prolog--parse-goal
Browse files Browse the repository at this point in the history
Reference the GOAL parameter correctly in the docstring.  Remove the
unnecessary and potentially confusing specification that GOAL is a
Prolog goal.
  • Loading branch information
lafrenierejm committed Mar 28, 2018
1 parent d5467fc commit 44dd096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ list of the cdr of all the `:var' entries."
(list (concat ":- " (mapconcat #'identity vars ", ") ".\n")))))

(defun org-babel-prolog--parse-goal (goal)
"Evaluate inline emacs-lisp in prolog goal parameter.
"Evaluate the inline Emacs Lisp in GOAL.
Example:
append(=(+ 2 3), =(quote a), B)
Expand Down

0 comments on commit 44dd096

Please sign in to comment.