From 07eb3a75159d0f5cafbc52709d1b8346db2125eb Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 11 Sep 2012 12:55:22 +0300 Subject: [PATCH] * mu4e: docstring improved even more --- mu4e/mu4e-utils.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 56d4fe2f..3a565b2c 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -530,11 +530,10 @@ that has a live window), and vice versa." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defvar mu4e-index-updated-hook nil - "Hook run when the indexing process had >0 updated messages. This -can be used as a simple (but imperfect) way to invoke some action -when new messages appear. It's imperfect in the sense that any -change implies 'updated' means any change, not necessarily a new -message.") + "Hook run when the indexing process had one or more updated +messages. This can be used as a simple way to invoke some action +when new messages appear, but note that an update in the index does +not necessarily mean a new message.") ;; some handler functions for server messages ;;