branch: elpa/anzu
commit ffcffffc1a95e7bd5471ad960861a6e95c52f281
Merge: 11dcdf722f fb003540df
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Merge pull request #26 from cedricporter/master
    
    Fix typo in README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f65850eefb..b3f1665d40 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ you propertize string by yourself.
 (defun my/anzu-update-func (here total)
   (propertize (format "<%d/%d>" here total)
               'face '((:foreground "yellow" :weight bold))))
-(setq anzu-mode-line-update-function 'my/update-func)
+(setq anzu-mode-line-update-function my/anzu-update-func)
 ```
 
 #### `anzu-cons-mode-line-p`(Default is `t`)

Reply via email to