From 36cb0b9f5834f76a13e2332fb67a779bd00996a7 Mon Sep 17 00:00:00 2001 From: zuphinx Date: Sat, 19 Oct 2024 12:30:06 -0700 Subject: [PATCH] doc(mu4e--server-move): typos --- mu4e/mu4e-server.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-server.el b/mu4e/mu4e-server.el index 204ef3e4e..d37988f8f 100644 --- a/mu4e/mu4e-server.el +++ b/mu4e/mu4e-server.el @@ -664,12 +664,12 @@ The server reports the results for the operation through `mu4e-update-func'. If the variable `mu4e-change-filenames-when-moving' is -non-nil, moving to a different maildir generates new names forq +non-nil, moving to a different maildir generates new names for the target files; this helps certain tools (such as mbsync). If NO-VIEW is non-nil, do not update the view. -Returns either (:update ... ) or (:error ) sexp, which are handled my +Returns either (:update ... ) or (:error ) sexp, which are handled by `mu4e-update-func' and `mu4e-error-func', respectively." (unless (or maildir flags) (mu4e-error "At least one of maildir and flags must be specified"))