]> git.eshelyaron.com Git - dict.git/commitdiff
* README.org ("High-level Architecture"): fix out-of-date docs
authorEshel Yaron <me@eshelyaron.com>
Sat, 14 Jan 2023 20:34:50 +0000 (22:34 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Jan 2023 20:34:50 +0000 (22:34 +0200)
README.org

index caf2a1e5469d78f2eb1a439721d2ecf71c31f4fa..3a539e2fabcfb1ad7ba1e43b6847e7c6da29f49f 100644 (file)
@@ -32,7 +32,7 @@ from Emacs Lisp (see [[Querying Prolog]]).  Sweep further builds on top of
 this interface and on top of the standard Emacs facilities to provide
 advanced features for developing SWI-Prolog programs in Emacs.
 
-** High-level architecture
+** High-level Architecture
 :PROPERTIES:
 :CUSTOM_ID: high-level-architecture
 :DESCRIPTION: Overall structure of this project
@@ -55,10 +55,9 @@ The different parts of Sweep are structured as follows:
   objects to Prolog terms and vice versa.
 
 #+CINDEX: sweeprolog.el
-- =sweeprolog.el= defines an Elisp library (named simply =sweeprolog=), which builds
-  on top of =sweep-module= to provide user-facing commands and
-  functionality. It is also responsible for loading and compiling the
-  dynamically loaded =sweep-module=.
+- =sweeprolog.el= defines an Elisp library (named simply =sweeprolog=),
+  which builds on top of =sweep-module= to provide user-facing commands
+  and functionality. It is also responsible for loading =sweep-module=.
 
 #+CINDEX: sweep.pl
 - =sweep.pl= defines a Prolog module (named, unsurprisingly, Sweep)