From 63009d4aabffcd64233f4a0e371efe30a7a28de4 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 31 Aug 2023 13:03:50 +0200 Subject: [PATCH] * sweeprolog.el: Update commentary. --- sweeprolog.el | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/sweeprolog.el b/sweeprolog.el index 49cf0d5..7c5167d 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -13,17 +13,15 @@ ;;; 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 -;; . The manual can also be read -;; locally by evaluating (info "(sweep) Top") +;; For more information, see the Sweep manual at +;; . To read the manual inside +;; Emacs, do M-x sweeprolog-info-manual, or evaluate (info "(sweep)Top"). ;;; Code: -- 2.39.5