From ceb7f0a8b4fe9a1cd3c120b8c5824484d56e53a1 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 13 Aug 2017 10:09:03 +0300 Subject: [PATCH] mu4e: fix some typos Hat-tip: Kelly Dean. --- mu4e/mu4e-context.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mu4e/mu4e-context.el b/mu4e/mu4e-context.el index 33e9200c..feaa4d6f 100644 --- a/mu4e/mu4e-context.el +++ b/mu4e/mu4e-context.el @@ -58,16 +58,16 @@ none." (defstruct mu4e-context "A mu4e context object with the following members: -- `name': the name of the context, eg. \"Work\" or \"Private\".' +- `name': the name of the context, eg. \"Work\" or \"Private\". - `enter-func': a parameterless function invoked when entering this context, or nil -- `leave-func':a parameterless fuction invoked when leaving this +- `leave-func':a parameterless function invoked when leaving this context, or nil -- `match-func': a function called when comnposing a new messages, - and takes a message plist -for the message replied to or forwarded, and nil -otherwise. Before composing a new message, `mu4e' switches to the -first context for which `match-func' return t." +- `match-func': a function called when composing a new message, + that takes a message plist for the message replied to or + forwarded, and nil otherwise. Before composing a new message, + `mu4e' switches to the first context for which `match-func' + returns t." name ;; name of the context, e.g. "work" (enter-func nil) ;; function invoked when entering the context (leave-func nil) ;; function invoked when leaving the context