branch: elpa/sweeprolog
commit 0db900634fea8b660a494015c34a6f4825a1c5e5
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    DOC: update commentary section in sweep.el
---
 sweep.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sweep.el b/sweep.el
index faaac58fda..84f9d8e9e5 100644
--- a/sweep.el
+++ b/sweep.el
@@ -16,8 +16,10 @@
 ;; sweep is an embedding of SWI-Prolog in Emacs.  It uses the C
 ;; interfaces of both SWI-Prolog and Emacs Lisp to create a
 ;; dynamically loaded Emacs module that contains the SWI-Prolog
-;; runtime.  As such, =sweep= has parts written in C, in Prolog and in
-;; Emacs Lisp.
+;; runtime.  sweep provides an interface for interacting with the
+;; embedded Prolog via a set of Elisp functions, as well as user
+;; facing modes and commands for writing and running Prolog within
+;; Emacs.
 ;;
 ;; For more information, see the sweep manual at
 ;; <https://eshelyaron.com/sweep.html>.  The manual can also be read

Reply via email to