From cd2aad55905aa3068655e553b8d3efba900dab6a Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Mon, 18 May 2015 23:03:39 +0200 Subject: [PATCH] Cleaned up focus-dimness docstring --- focus.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/focus.el b/focus.el index 563f9d4..1d31acc 100644 --- a/focus.el +++ b/focus.el @@ -41,12 +41,11 @@ (defcustom focus-dimness 0 "Amount of dimness in out of focus sections is determined by this integer. -A positive value increases the dimness of the sections. A +A positive value increases the dimness of the sections. +A negative value decreases the dimness. -negative value decreases the dimness. - -The default is 0 which means a 50/50 mixture of the background and foreground -color." +The default is 0 which means a 50/50 mixture of the background +and foreground color." :type '(integer) :group 'focus)