emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-goggles 90da624f36 115/225: Improve docs


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 90da624f36 115/225: Improve docs
Date: Wed, 12 Jan 2022 08:59:01 -0500 (EST)

branch: elpa/evil-goggles
commit 90da624f368f4730a7ce8b3993f0d31baaea471d
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: Evgeni Kolev <evgenysw@gmail.com>

    Improve docs
---
 evil-goggles.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index 6761497944..e1772a440f 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -57,7 +57,7 @@ This option is experimental."
   :group 'evil-goggles)
 
 (defface evil-goggles--pulse-face nil
-  "Temporary face used when pulsing.
+  "Temporary face used when pulsing, should not be modified.
 
 This is needed because the pulse package expects to receive a face, it
 can't work with input such as (backgound . \"red\")."
@@ -77,8 +77,8 @@ otherwise - a region."
 (defun evil-goggles--show-region (beg end face)
   "Show overlay in region from BEG to END with FACE.
 
-The overlay will either pulse if variable `evil-goggles-pulse' is t or
-appear and disappear."
+The overlay will pulse if variable `evil-goggles-pulse' is t,
+otherwise it will just appear and disappear."
   (let ((ov (evil-goggles--make-overlay beg end))
         (bg (evil-goggles--face-background face)))
     (unwind-protect



reply via email to

[Prev in Thread] Current Thread [Next in Thread]