branch: externals/notmuch-indicator
commit 62ca2dd0bb90862cfebb57546b8faa6a601fd2e0
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Refine notmuch-indicator-force-refresh-commands :type
---
 notmuch-indicator.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index ed21c40b32..7c75b3d950 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -149,7 +149,7 @@ Also see `notmuch-indicator-force-refresh-commands'."
   "List of commands that update the notmuch-indicator after invoked.
 Normally, the indicator runs on a timer, controlled by the user
 option `notmuch-indicator-refresh-count'."
-  :type '(repeat symbol)
+  :type '(repeat function)
   :group 'notmuch-indicator)
 
 ;;;; Helper functions and the minor-mode

Reply via email to