mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 11:38:32 +00:00
Docstring update
This commit is contained in:
parent
af9fbfd9cb
commit
10b44de510
2
focus.el
2
focus.el
@ -86,7 +86,7 @@ focus-move-focus to `post-command-hook'."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode focus-mode
|
(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
|
:init-value nil
|
||||||
(if focus-mode (focus-init) (focus-terminate)))
|
(if focus-mode (focus-init) (focus-terminate)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user