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

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

[elpa] scratch/ediprolog 751119cfee 22/31: update Scryer Prolog answer


From: Stefan Monnier
Subject: [elpa] scratch/ediprolog 751119cfee 22/31: update Scryer Prolog answer
Date: Sun, 2 Oct 2022 17:01:38 -0400 (EDT)

branch: scratch/ediprolog
commit 751119cfee9efb52e89d0387d795f3b0c181299d
Author: Markus Triska <triska@metalevel.at>
Commit: Markus Triska <triska@metalevel.at>

    update Scryer Prolog answer
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index e73f2c0f73..406a356fd1 100644
--- a/README.md
+++ b/README.md
@@ -56,10 +56,10 @@ preceded by "%" and whitespace. An example of a query is:
 If you press F10 when point is on that query, you get:
 
     %?- member(X, [a,b,c]).
-    %@ X = a ;
-    %@ X = b ;
-    %@ X = c ;
-    %@ false.
+    %@    X = a
+    %@ ;  X = b
+    %@ ;  X = c
+    %@ ;  false.
 
 When waiting for output of the Prolog process, you can press C-g to
 unblock Emacs and continue with other work. To resume interaction
@@ -90,7 +90,7 @@ processes simultaneously. Revert with
 |  C-u C-u F10 |   like C-u F10, with a new process                       |
 
 Tested with Scryer Prolog 0.8.119 and SWI-Prolog 8.1.24, using Emacs
-version&nbsp;27.0.50.
+versions 26.1 and&nbsp;27.0.50.
 
 # Screenshot
 



reply via email to

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