]> code.delx.au - gnu-emacs-elpa/commitdiff
Update copyright and headers.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 23 Nov 2011 19:30:46 +0000 (20:30 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 23 Nov 2011 19:30:46 +0000 (20:30 +0100)
ioccur.el

index 39776e956adcbcdde9fd0b5a21bf15a249304931..7b99ff7135bace0aba1933ec66e4b8730fd98a29 100644 (file)
--- a/ioccur.el
+++ b/ioccur.el
@@ -2,7 +2,7 @@
 
 ;; Author: Thierry Volpiatto <thierry dot volpiatto at gmail dot com>
 
-;; Copyright (C) 2010 Thierry Volpiatto, all rights reserved.
+;; Copyright (C) 2010~2011 Thierry Volpiatto, all rights reserved.
 
 ;; Compatibility: GNU Emacs >=22.3
 
 
 ;;; Commentary:
 ;;
+;; This package provide similar functionality as occur but is incremental.
+;;
+;; You can jump and quit to an occurence or jump
+;; and save the search buffer (ioccur-buffer) for further use.
+;; It is possible to toggle literal and regexp searching while running.
+;; It is auto documented both in mode-line and tooltip.
+;; It have its own history `ioccur-history' which is a real ring.
+;; etc...
+;;
 ;; To save `ioccur-history', use desktop, adding that to your .emacs:
 ;; (add-to-list 'desktop-globals-to-save 'ioccur-history)
 ;;