branch: scratch/ediprolog
commit 3f8ab3eea074b9d2c75dd7eb48a7c242dbf0ad86
Author: Markus Triska <[email protected]>
Commit: Markus Triska <[email protected]>
wording
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3d26a28300..f461f59f1f 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,8 @@ with the Prolog process, use
**M-x ediprolog-toplevel RET**.
If you press F10 when point is *not* on a query, the buffer content is
consulted in the Prolog process, and point is moved to the first error
-(if any). Note that you do *not* need to *save* the file, since
-it is the *buffer content* (not the file) that is consulted.
+(if any). You do *not* need to *save* the file beforehand, since
+the *buffer content* (not the file) is consulted.
For convenience, the most recent interactions with the Prolog
process are logged in the buffer `*ediprolog-history*`.