From 10b44de510219822357533b2f430884a0fcc2f2e Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 12 May 2015 22:43:26 +0200 Subject: [PATCH] Docstring update --- focus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focus.el b/focus.el index 36e4163..66988c3 100644 --- a/focus.el +++ b/focus.el @@ -86,7 +86,7 @@ focus-move-focus to `post-command-hook'." ;;;###autoload (define-minor-mode focus-mode - "Dim the font color text in surrounding paragraphs." + "Dim the font color of text in surrounding paragraphs." :init-value nil (if focus-mode (focus-init) (focus-terminate)))