docs: fix some typos

Signed-off-by: John E <jeis4wpi@outlook.com>
This commit is contained in:
John E
2026-07-25 10:09:06 -04:00
committed by Seth Ladygo
parent 4489d513be
commit 497b3db074
4 changed files with 4 additions and 4 deletions

View File

@ -732,7 +732,7 @@ AssocPairs<SubCommand, CommandInfo, Options::SubCommandNum> SubCommandInfos= {{
},
{ SubCommand::Extract,
{Category::None,
"extract", "Extract attachements and other MIME-parts", sub_extract}
"extract", "Extract attachments and other MIME-parts", sub_extract}
},
{ SubCommand::Fields,
{Category::None,

View File

@ -69,7 +69,7 @@ Needed by `mu4e-action-add-org-contact'.")
(defvar org-capture-templates nil)))
(defun mu4e-action-add-org-contact (msg)
"Add an org-contact based on the sender ddress of the current MSG.
"Add an org-contact based on the sender address of the current MSG.
You need to set `mu4e-org-contacts-file' to the full path to the
file where you store your org-contacts."
(unless (require 'org-capture nil 'noerror)

View File

@ -111,7 +111,7 @@ In the format of `format-time-string'."
By default, do it in a slightly inaccurate but faster way. To get
an idea about the difference, In some tests, the rendering time
was around 5.8 ms per messages for precise alignment, versus 3.3
for non-precise aligment (for 445 messages)."
for non-precise alignment (for 445 messages)."
:type 'boolean
:group 'mu4e-headers)

View File

@ -193,7 +193,7 @@ DATA is either the bookmarks or maildirs (user-defined).
LAST-RESULTS-DATA contains unread/counts we received from the
server, while BASELINE-DATA contains the same but taken at some
earier time.
earlier time.
The TYPE denotes the category for the query item, a symbol
bookmark or maildir."