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

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

[nongnu] elpa/sweeprolog 3e6fae1244 146/166: DOC: fix typos in README.or


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 3e6fae1244 146/166: DOC: fix typos in README.org
Date: Fri, 30 Sep 2022 04:59:34 -0400 (EDT)

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

    DOC: fix typos in README.org
---
 README.org | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 1e9f1c3267..eeb872d3f9 100644
--- a/README.org
+++ b/README.org
@@ -451,15 +451,16 @@ in source code buffer, such as marking, transposing and 
moving over
 expressions.  By default, these features are geared towards working
 with Lisp expressions, or "sexps".  =sweep-mode= extends the Emacs'
 notion of syntactic expressions to accommodate for Prolog terms, which
-allows the standard sexp-based command to operate on them seamlessly.
+allows the standard sexp-based commands to operate on them seamlessly.
 
 #+FINDEX: raise-sexp
 [[info:emacs#Expressions][Expressions in the Emacs manual]] covers the most 
important commands
-that operate sexps, and by extension on Prolog terms.  Another useful
-command for Prolog programmers is =M-x kill-backward-up-list=, bound by
-default to =C-M-^= in =sweep-mode= buffers.  This command replaces the
-parent term containing the term at point with the term itself.  To
-illustrate the utility of this command, consider the following clause:
+that operate on sexps, and by extension on Prolog terms.  Another
+useful command for Prolog programmers is =M-x kill-backward-up-list=,
+bound by default to =C-M-^= in =sweep-mode= buffers.  This command
+replaces the parent term containing the term at point with the term
+itself.  To illustrate the utility of this command, consider the
+following clause:
 
 #+begin_src prolog
   head :-



reply via email to

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