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

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

[nongnu] elpa/iedit 2221a517a8 227/301: Fix comments


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 2221a517a8 227/301: Fix comments
Date: Mon, 10 Jan 2022 22:59:05 -0500 (EST)

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

    Fix comments
    
    * README.org:
---
 README.org   | 8 ++++----
 iedit-lib.el | 9 +++++++--
 iedit.el     | 7 ++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/README.org b/README.org
index 208518bc61..c9c309e06e 100644
--- a/README.org
+++ b/README.org
@@ -8,10 +8,10 @@ feedback as you type.
 
 Normal scenario of Iedit mode is like:
 
- - Highlight certain contents - by press C-; (The default key binding)
-   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-; (The default key binding) All
+   occurrences of a symbol, string or a region in the buffer 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.
diff --git a/iedit-lib.el b/iedit-lib.el
index 2c27f5afd3..555133e92b 100644
--- a/iedit-lib.el
+++ b/iedit-lib.el
@@ -3,7 +3,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2016-06-21 22:53:48 Victor Ren>
+;; Time-stamp: <2016-06-24 14:02:51 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous rectangle refactoring
 ;; Version: 0.9.9
@@ -29,11 +29,16 @@
 ;;; Commentary:
 
 ;; This package is iedit APIs library that allow you to write your own minor 
mode.
+;; The functionalities of the APIs:
+;; - Create occurrence overlays
+;; - Navigate in the occurrence overlays
+;; - Modify the occurrences
+;; - Hide/unhide
+;; - Other basic support APIs
 
 ;;; todo:
 ;; - Update comments for APIs
 ;; - Add more easy access keys for whole occurrence
-;; - More APIs: extend occurrences,
 
 ;;; Code:
 
diff --git a/iedit.el b/iedit.el
index dbdf62c297..51e1c7ecf9 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2016-06-23 13:55:31 Victor Ren>
+;; Time-stamp: <2016-07-12 15:03:42 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
 ;; Version: 0.9.9
@@ -65,9 +65,6 @@
 ;; tested on Gnu Emacs 22. If you have any compatible problem, please let me
 ;; know.
 
-;;; todo:
-;; - Add more easy access keys for whole occurrence
-
 ;;; Contributors
 ;; Adam Lindberg <eproxus@gmail.com> added a case sensitivity option that can 
be toggled.
 
@@ -134,7 +131,7 @@ point should be included in the replacement region.")
 point should be included in the replacement region.")
 
 (defvar iedit-default-occurrence-local nil
-  "This is a buffer local function get a string as occurrence candidate.
+  "This is a function which returns a string as occurrence candidate.
 It is called in `iedit-default-occurrence'.  This buffer local
 varialbe can be configured in some modes.  An example of how to
 use this variable:



reply via email to

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