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

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

[nongnu] elpa/iedit 3cf5e8f806 111/301: Minor update README.org to refle


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 3cf5e8f806 111/301: Minor update README.org to reflect modulized change
Date: Mon, 10 Jan 2022 22:58:55 -0500 (EST)

branch: elpa/iedit
commit 3cf5e8f806e24f0b147b83835fee76ad82d9821d
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    Minor update README.org to reflect modulized change
---
 README.org | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 2e1ca24118..47349a4013 100644
--- a/README.org
+++ b/README.org
@@ -1,8 +1,10 @@
 * Iedit - Edit multiple regions in the same way simultaneously
 
-This package is an Emacs minor mode and allows you to edit one occurrence of
-some text in a buffer (possibly narrowed) or region, and simultaneously have
-other occurrences edited in the same way, with visual feedback as you type.
+This package includes Emacs minor modes (iedit-mode and
+iedit-rectangle-mode) based on a API library (iedit-lib) and allows you to edit
+one occurrence of some text in a buffer (possibly narrowed) or region, and
+simultaneously have other occurrences edited in the same way, with visual
+feedback as you type.
 
 Normal scenario of Iedit mode is like:
 
@@ -16,10 +18,6 @@ Normal scenario of Iedit mode is like:
 
  - Finish - by pressing C-; again
 
-This package also provides rectangle support with *visible rectangle*
-highlighting, which is similar with cua mode rectangle support.  But it's
-lighter weight and uses iedit mechanisms.
-
 You can also use Iedit mode as a quick way to temporarily show only the
 buffer lines that match the current text being edited.  This gives you the
 effect of a temporary `keep-lines' or `occur'.  To get this effect, hit C-'
@@ -37,5 +35,9 @@ Renaming refactoring is convinient in Iedit mode
  - Last renaming refactoring is remembered and can be applied to other buffers
    later
 
+Iedit-rectangle-mode provides rectangle support with *visible rectangle*
+highlighting, which is similar with cua mode rectangle support.  But it's
+lighter weight and uses iedit mechanisms.
+
 There are also some other facilities you may never think about.  Refer to the
 document of function `iedit-mode' (C-h f iedit-mode RET) for more details.



reply via email to

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