branch: elpa/isl
commit 44c14b34164ffb2730b1fc37933d89fde323877a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Add commentary section
---
 isearch-light.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/isearch-light.el b/isearch-light.el
index eccd88c19b9..ac2248d3125 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -22,6 +22,11 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; Isearch-light is a small package to search regexp incrementaly in
+;; current-buffer.  It is simple to use, just call M-x `isl'.
+
 ;;; Code:
 
 (require 'cl-lib)

Reply via email to