From 89a954d8d23fb4fd00eeada8464bc8187139cc40 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 23 Feb 2020 23:44:14 +0100 Subject: [PATCH] Checkdoc --- focus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/focus.el b/focus.el index 4178bc2..a870290 100644 --- a/focus.el +++ b/focus.el @@ -77,7 +77,7 @@ Things that are defined include `symbol', `list', `sexp', :group 'focus) (defvar focus-cursor-type cursor-type - "Used to restore the users `cursor-type'") + "Used to restore the users `cursor-type'.") (defvar-local focus-current-thing nil "Overrides the choice of thing dictated by `focus-mode-to-thing' if set.") @@ -207,7 +207,7 @@ command." (move-overlay focus-post-overlay high (point-max))) (defun focus-init () - "This function runs when `focus-mode' is enabled. + "This function run when command `focus-mode' is enabled. It sets the `focus-pre-overlay', `focus-min-overlay', and `focus-post-overlay' to overlays; these are invisible until