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

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

[nongnu] elpa/iedit f8c930f073 068/301: Add org markup


From: ELPA Syncer
Subject: [nongnu] elpa/iedit f8c930f073 068/301: Add org markup
Date: Mon, 10 Jan 2022 22:58:51 -0500 (EST)

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

    Add org markup
---
 README.org | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.org b/README.org
index 7b9a5f5e06..2e5f61d2ea 100644
--- a/README.org
+++ b/README.org
@@ -1,20 +1,20 @@
-iedit - Edit multiple regions simultaneously
----------------------------------------------------------------------------------
+* Iedit - Edit multiple regions simultaneously
+
 This package is an Emacs minor mode and allows you to edit one occurrence of
 some text in a buffer or region, and simultaneously have other occurrences
-edited in the same way.
+edited in the same way, with visual feedback as you type.
 
-Normal scenario of iedit-mode is like:
+Normal scenario of Iedit mode is like:
 
-- Highlight certain contents - by press C-;
-  All occurrences of a symbol, string or a rectangle in the buffer or a
-  region may be highlighted corresponding to current mark, point and prefix
-  argument. Refer to the document of `iedit-mode' for details.
+ - Highlight certain contents - by press C-;
+   All occurrences of a symbol, string or a rectangle in the buffer or a region
+   may be highlighted corresponding to current mark, point and prefix
+   argument. Refer to the document of `iedit-mode' for details.
 
-- Edit one of the occurrences
-  The change is applied to other occurrences simultaneously.
+ - Edit one of the occurrences
+   The change is applied to other occurrences simultaneously.
 
-- Finish - by pressing C-; again
+ - Finish - by pressing C-; again
 
 This package also provides rectangle support with *visible rectangle*
 highlighting, which is similar with cua mode rectangle support.
@@ -24,13 +24,13 @@ 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-'
 when in Iedit mode - it toggles hiding non-matching lines.
 
-Renaming refactoring is convinient in iedit mode
-- The symbol under point is selected as occurrence by default and only complete
+Renaming refactoring is convinient in Iedit mode
+ - The symbol under point is selected as occurrence by default and only 
complete
   symbols are matched
-- With digit prefix argument 0, only symbols in current function are matched
-- Restricting symbols in current region can be done by pressing C-; again
-- Last renaming refactoring is remembered and can be applied to other buffers
-  later
+ - With digit prefix argument 0, only symbols in current function are matched
+ - Restricting symbols in current region can be done by pressing C-; again
+ - Last renaming refactoring is remembered and can be applied to other buffers
+   later
 
 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]