From ac711fe13a5ae0dce4d0eefa80737493ba82187b Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 24 May 2015 02:01:08 +0200 Subject: [PATCH] Whitespace cleanup --- focus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focus.el b/focus.el index 636d83a..de01b85 100644 --- a/focus.el +++ b/focus.el @@ -133,7 +133,7 @@ each command." (defun focus-init () "This function is run when command `focus-mode' is enabled. - It sets the `focus-pre-overlay' and `focus-post-overlay' to +It sets the `focus-pre-overlay' and `focus-post-overlay' to overlays; these are invisible until `focus-move-focus' is run. It adds `focus-move-focus' to `post-command-hook'." (setq focus-pre-overlay (make-overlay (point-min) (point-min))