branch: elpa/anzu
commit e39deb4aecc7c5843459ceb1323884ffb38518df
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Add comment section
---
 anzu.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/anzu.el b/anzu.el
index 54f691eb80..3ba212522b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -21,6 +21,17 @@
 
 ;;; Commentary:
 
+;; `anzu.el' is Port of `anzu.vim'.
+;;
+;; `anzu.el' provides minor-mode which display 'current-posion/total matches'
+;; to mode-line in various search modes. You can understand that how many
+;; does your searched word match in current buffer.
+
+;; To use this package, add following code to your init.el or .emacs
+;;   (require 'anzu)
+;;   (global-anzu-mode t)
+;;
+
 ;;; Code:
 
 (eval-when-compile

Reply via email to