]> git.eshelyaron.com Git - sweep.git/commitdiff
DOC: document the newly added sweeprolog-restart command v0.4.1
authorEshel Yaron <me@eshelyaron.com>
Thu, 29 Sep 2022 08:43:43 +0000 (11:43 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 29 Sep 2022 08:43:43 +0000 (11:43 +0300)
README.org

index d318ff0ae9d676a15f1735e656df6b24c3eaa53e..d0d4f4c1ec7a04483e768283a2b7b030e8dcdc45 100644 (file)
@@ -125,10 +125,13 @@ which the user is free to extend with e.g.:
 To inhibit =sweeprolog= from initializing Prolog on load, set the user-option
 =sweeprolog-init-on-load= to nil.
 
-#+FINDEX: sweeprolog-cleanup
-The embedded Prolog runtime can be reset using the =sweeprolog-cleanup=
-function.  This function cleans up the Prolog state and resources,
-afterwards =sweeprolog-initialize= can be called to start Prolog anew.
+#+FINDEX: sweeprolog-restart
+The embedded Prolog runtime can be reset using the command
+=sweeprolog-restart=.  This command cleans up the the Prolog state and
+resources, and starts it anew.  When called with a prefix argument
+(=C-u M-x sweeprolog-restart=), this command prompts the user for
+additional initialization arguments to pass to the embedded Prolog
+runtime on startup.
 
 * Querying Prolog
 :PROPERTIES: