Skip to content

Commit

Permalink
A few rephase in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhge committed Nov 16, 2021
1 parent 351bee5 commit 012de2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ when in Iedit mode - it toggles hiding non-matching lines.

- With digit prefix argument 0, only occurrences 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

- Once in iedit mode, you can select a region and hit C-; again to restrict the
search area to the region

- Restricting the search area to just the current line can be done by
pressing M-I.

Expand Down
5 changes: 3 additions & 2 deletions iedit.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@

;; - With digit prefix argument 0, only occurrences 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

;; - Once in iedit mode, you can select a region and hit C-; again to restrict
;; the search area to the region

;; - Restricting the search area to just the current line can be done by
;; pressing M-I.

Expand Down

0 comments on commit 012de2e

Please sign in to comment.