From de2329dbde1d4850379dc451c5ea52fab926d3d9 Mon Sep 17 00:00:00 2001 From: Josiah Schwab Date: Mon, 2 Jan 2017 16:17:29 -0800 Subject: [PATCH] Replace "focus" with "context" There were a handful places, primarily in the main menu, where the word "focus" seemed to be used as a synonym for "context". This changes all of those instances to "context". --- mu4e/mu4e-main.el | 2 +- mu4e/mu4e.texi | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 72b52886..7d3aaf27 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -146,7 +146,7 @@ clicked." "\n\n" (propertize " Misc\n\n" 'face 'mu4e-title-face) - (mu4e~main-action-str "\t* [;]Switch focus\n" 'mu4e-context-switch) + (mu4e~main-action-str "\t* [;]Switch context\n" 'mu4e-context-switch) (mu4e~main-action-str "\t* [U]pdate email & database\n" 'mu4e-update-mail-and-index) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 249c56c3..f717abde 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -692,7 +692,7 @@ The main view looks something like the following: Misc - * [;]Switch focus + * [;]Switch context * [U]pdate email & database * [N]ews @@ -923,7 +923,7 @@ E edit (only allowed for draft messages) misc ---- -; switch focus +; switch context a execute some custom action on a header | pipe message through shell command C-+,C-- increase / decrease the number of headers shown @@ -1226,7 +1226,7 @@ A execute some custom action on an attachment misc ---- -; switch focus +; switch context c copy address at point (with C-u copy long version) h toggle between html/text (if available) @@ -2530,9 +2530,9 @@ when starting; see the discussion in the previous section. A couple of notes about this example: @itemize -@item You can manually switch the focus use @code{M-x mu4e-context-switch}, +@item You can manually switch the context use @code{M-x mu4e-context-switch}, by default bound to @kbd{;} in headers, view and main mode. -The current focus appears in the mode-line. +The current context appears in the mode-line. @item Normally, @code{M-x mu4e-context-switch} does not call the enter or leave functions if the 'new' context is the same as the old one. However, with a prefix-argument (@kbd{C-u}), you can force @t{mu4e} to