From 0db900634fea8b660a494015c34a6f4825a1c5e5 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 14 Sep 2022 23:47:59 +0300 Subject: [PATCH] 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 faaac58..84f9d8e 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 ;; . The manual can also be read -- 2.39.2