From: Eshel Yaron Date: Sat, 27 Aug 2022 12:21:50 +0000 (+0300) Subject: DOC: fix typo X-Git-Tag: v0.2.0~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dfb1366e3e491b13f1e976e5b7aeda1eaf7a1b0;p=sweep.git DOC: fix typo --- diff --git a/README.org b/README.org index ec4f351..18805c5 100644 --- a/README.org +++ b/README.org @@ -145,7 +145,7 @@ loaded or auto-loadable Prolog predicate. Currently, =sweep= builds the SWI-Prolog runtime without GMP support (using the =cmake= flag =-DUSE_GMP=OFF=). Initializing SWI-Prolog inside Emacs with GMP support /enabled/ for SWI-Prolog causes Emacs to crash -during garbage collection, because SWI-Prolog =mp_free= routine is +during garbage collection, because the SWI-Prolog =mp_free= routine is mistakenly invoked to cleanup Elisp big integers. Aside from the obvious problem of not being able to utilize SWI-Prolog