branch: elpa/anzu
commit 532db96e343c27f6945680b720fc06024705c0e2
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Add doc-string
---
anzu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anzu.el b/anzu.el
index bed896a62e..7969cef567 100644
--- a/anzu.el
+++ b/anzu.el
@@ -159,7 +159,7 @@
;;;###autoload
(define-minor-mode anzu-mode
- "anzu"
+ "minor-mode which display search information in mode-line."
:group 'anzu
:init-value nil
:global nil