]> git.eshelyaron.com Git - sweep.git/commitdiff
* sweeprolog.el: Update commentary.
authorEshel Yaron <me@eshelyaron.com>
Thu, 31 Aug 2023 11:03:50 +0000 (13:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 31 Aug 2023 11:03:50 +0000 (13:03 +0200)
sweeprolog.el

index 49cf0d5756092364e5630e909ccd3df84dcfd1ef..7c5167d35d4f445a0d132736cdb1fd1068f07eed 100644 (file)
 
 ;;; Commentary:
 
-;; 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.  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.
+;; Sweep is an embedding of SWI-Prolog in Emacs.  It uses the C
+;; interfaces of both SWI-Prolog and Emacs Lisp to let you query
+;; Prolog directly from Elisp.  On top of this tight integration,
+;; Sweep provides an advanced development environment for SWI-Prolog
+;; in Emacs.
 ;;
-;; For more information, see the sweep manual at
-;; <https://eshelyaron.com/sweep.html>.  The manual can also be read
-;; locally by evaluating (info "(sweep) Top")
+;; For more information, see the Sweep manual at
+;; <https://eshelyaron.com/sweep.html>.  To read the manual inside
+;; Emacs, do M-x sweeprolog-info-manual, or evaluate (info "(sweep)Top").
 
 ;;; Code: