Cleaned up focus-dimness docstring

This commit is contained in:
Lars Tveito 2015-05-18 23:03:39 +02:00
parent 4c8391ea32
commit cd2aad5590

View File

@ -41,12 +41,11 @@
(defcustom focus-dimness 0 (defcustom focus-dimness 0
"Amount of dimness in out of focus sections is determined by this integer. "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) :type '(integer)
:group 'focus) :group 'focus)