Correctly spell the word "quitting" in the protocol & documentation

This commit is contained in:
Ævar Arnfjörð Bjarmason 2015-12-09 22:40:52 +01:00
parent 899253359b
commit 049e182e0c
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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))

View File

@ -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))))