From 3e6fae12444b286dbbe4da10dd088529f3470a87 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 25 Sep 2022 23:25:32 +0300 Subject: [PATCH] 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 1e9f1c3..eeb872d 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 :- -- 2.39.5