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

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

[nongnu] elpa/iedit 6300ca95d0 084/301: Update document with "narrowing"


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 6300ca95d0 084/301: Update document with "narrowing" information
Date: Mon, 10 Jan 2022 22:58:52 -0500 (EST)

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

    Update document with "narrowing" information
    It was lost some time ago.
---
 README.org |  4 ++--
 iedit.el   | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index d10be8fb1e..58ff2d61a0 100644
--- a/README.org
+++ b/README.org
@@ -1,8 +1,8 @@
 * 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 or region, and simultaneously have other occurrences
-edited in the same way, with visual feedback as you type.
+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:
 
diff --git a/iedit.el b/iedit.el
index 07a5b7045d..8d821ab485 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2012-03-06 23:10:57 Victor Ren>
+;; Time-stamp: <2012-03-14 23:00:29 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous rectangle refactoring
 ;; Version: 0.95
@@ -28,8 +28,8 @@
 ;;; Commentary:
 
 ;; 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.
+;; some text in a buffer (possibly narrowed) or region, and simultaneously have
+;; other occurrences edited in the same way.
 ;;
 ;; Normal scenario of iedit-mode is like:
 ;;
@@ -375,8 +375,9 @@ prefix argument and variable 
`iedit-transient-mark-sensitive'.
 If Iedit mode is off, turn Iedit mode on.
 
 When Iedit mode is turned on, all the occurrences of the current
-region are highlighted.  If one occurrence is modified, the
-change are propagated to all other occurrences simultaneously.
+region in the buffer (possibly narrowed) or a region are
+highlighted.  If one occurrence is modified, the change are
+propagated to all other occurrences simultaneously.
 
 If region is not active, the current symbol (returns from
 `current-word') is used as the occurrence by default.  The



reply via email to

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