doc(mu4e--server-move): typos

This commit is contained in:
zuphinx
2024-10-19 12:30:06 -07:00
parent 7776e2b798
commit 36cb0b9f58

View File

@ -664,12 +664,12 @@ The server reports the results for the operation through
`mu4e-update-func'. `mu4e-update-func'.
If the variable `mu4e-change-filenames-when-moving' is 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). the target files; this helps certain tools (such as mbsync).
If NO-VIEW is non-nil, do not update the view. 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." `mu4e-update-func' and `mu4e-error-func', respectively."
(unless (or maildir flags) (unless (or maildir flags)
(mu4e-error "At least one of maildir and flags must be specified")) (mu4e-error "At least one of maildir and flags must be specified"))