From 87b1e8e0bfd22c2814dcc60fd5108a4c07fe0ece Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Wed, 22 Jan 2025 22:18:16 -0800 Subject: [PATCH] mu4e-compose: fix docstring --- mu4e/mu4e-compose.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 570f1afc..d1c4dade 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -86,7 +86,7 @@ by sending, postponing, exiting or killing it. This multiplexes the `message-mode' hooks `message-send-actions', `message-postpone-actions', `message-exit-actions' and `message-kill-actions', and the hook is run with a variable -`mu4e-compose-post-trigger' set correspondingly to a symbol, +`mu4e-message-post-action' set correspondingly to a symbol, `send', `postpone', `exit' or `kill'." :type 'hook :group 'mu4e-compose)