From: Eshel Yaron Date: Thu, 31 Aug 2023 11:03:50 +0000 (+0200) Subject: * sweeprolog.el: Update commentary. X-Git-Tag: V9.1.15~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63009d4aabffcd64233f4a0e371efe30a7a28de4;p=sweep.git * sweeprolog.el: Update commentary. --- 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: