emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog b0fb244830 1/2: DOC: say sweep-module instead o


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog b0fb244830 1/2: DOC: say sweep-module instead of sweeprolog-module in the manual
Date: Fri, 30 Sep 2022 10:59:15 -0400 (EDT)

branch: elpa/sweeprolog
commit b0fb24483041e48b46d728b64b89ed1376bfef06
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    DOC: say sweep-module instead of sweeprolog-module in the manual
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index b791b6c1e3..5bea55ab1d 100644
--- a/README.org
+++ b/README.org
@@ -42,7 +42,7 @@ Emacs Lisp.
 
 The different parts of =sweep= are structured as follows:
 
-#+CINDEX: sweeprolog-module
+#+CINDEX: sweep-module
 - =sweep.c= defines a dynamic Emacs module which is referred to from
   Elisp as =sweep-module=. This module is linked against the SWI-Prolog
   runtime library (=libswipl=) and exposes a subset of the SWI-Prolog C
@@ -68,7 +68,7 @@ The different parts of =sweep= are structured as follows:
 :CUSTOM_ID: installation
 :END:
 
-The dynamic Emacs module =sweeprolog-module= and the Prolog helper library
+The dynamic Emacs module =sweep-module= and the Prolog helper library
 =sweep.pl= are included in the latest SWI-Prolog distribution.  For
 instructions on how to build and install SWI-Prolog, see
 [[https://www.swi-prolog.org/build/]].
@@ -130,7 +130,7 @@ start Emacs with =libswipl= loaded upfront via 
=LD_PRELOAD=, for example:
 The embedded SWI-Prolog runtime must be initialized before it can
 start executing queries.  In =sweep=, Prolog initialization is done via
 the C-implemented =sweeprolog-initialize= Elisp function defined in
-=sweeprolog-module=.  =sweeprolog-initialize= takes one or more arguments, 
which
+=sweep-module=.  =sweeprolog-initialize= takes one or more arguments, which
 must all be strings, and initializes the embedded Prolog as if it were
 invoked externally in a command line with the given strings as command
 line arguments, where the first argument to =sweeprolog-initialize=



reply via email to

[Prev in Thread] Current Thread [Next in Thread]