Skip to content

Commit

Permalink
Update document with "narrowing" information
Browse files Browse the repository at this point in the history
It was lost some time ago.
  • Loading branch information
victorhge committed Mar 14, 2012
1 parent c935255 commit 6300ca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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:

Expand Down
11 changes: 6 additions & 5 deletions iedit.el
Expand Up @@ -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
Expand All @@ -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:
;;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6300ca9

Please sign in to comment.