branch: elpa/anzu
commit a35649e40121b2568180bcc82c8504367093e756
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Update document
---
README.md | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 38bf91ad60..2702f2944b 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,10 @@ For example, show search information tail of
`minor-mode-alist`
Set non-nil` if you use [migemo](https://github.com/emacs-jp/migemo).
+#### `anzu-mode-lighter`
+
+Default is ` Anzu`.
+
## Sample Configuration
diff --git a/anzu.el b/anzu.el
index 0ed9ae250d..f38762c70b 100644
--- a/anzu.el
+++ b/anzu.el
@@ -47,7 +47,7 @@
:group 'anzu)
(defcustom anzu-cons-mode-line-p t
- "Set nil if you use your own setting"
+ "Set nil if you use your own mode-line setting"
:type 'boolean
:group 'anzu)