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

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

[elpa] externals/objed cc46438 146/166: Syntactic changes


From: Clemens Radermacher
Subject: [elpa] externals/objed cc46438 146/166: Syntactic changes
Date: Sun, 29 Dec 2019 08:21:17 -0500 (EST)

branch: externals/objed
commit cc46438783122989b0de689d77a7764821f599e7
Author: Tony <address@hidden>
Commit: GitHub <address@hidden>

    Syntactic changes
    
    These proposed syntactic changes are ones which I believe improve the 
clarity of the README.
---
 README.asc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.asc b/README.asc
index 651e177..0f724e2 100644
--- a/README.asc
+++ b/README.asc
@@ -43,19 +43,19 @@ be considered delimiters or padding around an object is 
excluded.
 
 The user can apply operations to objects. By marking objects before applying
 an operation, s?he can even operate on multiple objects at once. This works
-similar to the way you interact with files in `dired`. When marking an object
+similar to the way you interact with files in `dired`. When marking an object,
 the point moves on to the next object of this type.
 
-The object type used for initialization is determined by the mapping of the
-entry command (see `objed-cmd-alist`). For example using `beginning-of-defun`
-will activate `objed` using the `defun` object as initial object type. With
-command `next-line`, `objed` would initialize with the `line` object. To
+The object type used for initialization is determined by the
+entry command (see `objed-cmd-alist`). For example, using `beginning-of-defun`
+will activate `objed` using the `defun` object as an initial object type. With
+the command `next-line`, `objed` would initialize with the `line` object. To
 activate `objed` without movement you can use `objed-activate`, bound to
-kbd:[M-SPC] by default. It uses the last command and its mapping in
+kbd:[M-SPC] by default. Objed uses the last command and its mapping in
 `objed-command-alist` to choose the initial object.
 
-Objeds modal state provides basic movement commands which move by line, sexp
-word or character. Those switch automatically to the corresponding object
+Objed's modal state provides basic movement commands which move by line, sexp
+word or character. Those commands automatically activate the corresponding 
object
 type. Other commands only activate the part between the initial position and
 the new position moved to. By repeating commands you can often expand/proceed
 to other objects. This way you can compose movement and editing operations



reply via email to

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