From 58811e524b9d9bc96f359c1254ad796dc76a449b Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Tue, 27 Mar 2018 19:33:31 -0500 Subject: [PATCH] Use two spaces after sentences in the top matter commentary --- ob-prolog.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ob-prolog.el b/ob-prolog.el index f29fd8e..b300594 100644 --- a/ob-prolog.el +++ b/ob-prolog.el @@ -39,8 +39,8 @@ ;; install using the package manager. ;; ;; In addition to the normal header arguments ob-prolog also supports -;; the :goal argument. :goal is the goal that prolog will run when -;; executing the source block. Prolog needs a goal to know what it is +;; the :goal argument. :goal is the goal that prolog will run when +;; executing the source block. Prolog needs a goal to know what it is ;; going to execute. ;;