emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu fb003540df 129/288: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/anzu fb003540df 129/288: fix typo
Date: Thu, 6 Jan 2022 03:58:46 -0500 (EST)

branch: elpa/anzu
commit fb003540df2f9753900c45fdb612d89fd2980c3a
Author: Cedric Porter <cedricporter@gmail.com>
Commit: Cedric Porter <cedricporter@gmail.com>

    fix typo
---
 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

[Prev in Thread] Current Thread [Next in Thread]