diff --git a/mu/mu-cmd-server.c b/mu/mu-cmd-server.c index 6596216d..cb1b00cf 100644 --- a/mu/mu-cmd-server.c +++ b/mu/mu-cmd-server.c @@ -1360,7 +1360,7 @@ cmd_ping (ServerContext *ctx, GHashTable *args, GError **err) static MuError cmd_quit (ServerContext *ctx, GHashTable *args , GError **err) { - print_expr (";; quiting"); + print_expr (";; quitting"); return MU_STOP; } diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index 0b21ef09..33b51b1e 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -429,7 +429,7 @@ If NO-CONFIRMATION is non-nil, don't ask user for confirmation." "If there are any marks in the current buffer, handle those according to the value of `mu4e-headers-leave-behavior'. This function is to be called before any further action (like searching, -quiting the buffer) is taken; returning t means 'take the following +quitting the buffer) is taken; returning t means 'take the following action', return nil means 'don't do anything'." (mu4e~mark-in-context (let ((marknum (mu4e-mark-marks-num)) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 73ade755..9a3d90be 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -1149,7 +1149,7 @@ If ATTNUM is nil ask for the attachment number." ;; send the docid as parameter (4th arg); we'll get this back from the ;; server, and use it to determine the parent message (ie., the current ;; message) when showing the embedded message/rfc822, and return to the - ;; current message when quiting that one. + ;; current message when quitting that one. (mu4e~view-temp-action docid index "mu4e" docid) ;; otherwise, open with the default program (handled in mu-server (mu4e~proc-extract 'open docid index mu4e-decryption-policy))))