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

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

[elpa] externals/pulsar d654e552f0 19/28: Clarify doc strings of user op


From: ELPA Syncer
Subject: [elpa] externals/pulsar d654e552f0 19/28: Clarify doc strings of user options
Date: Tue, 22 Mar 2022 06:58:05 -0400 (EDT)

branch: externals/pulsar
commit d654e552f04a633f2a8d50d9ae72be0bd2e78ace
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Clarify doc strings of user options
---
 pulsar.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index ef8bc113ba..fe40b44226 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -126,12 +126,14 @@ command is invoked."
   :group 'pulsar)
 
 (defcustom pulsar-delay 0.05
-  "Duration in seconds of the active pulse highlight."
+  "Duration in seconds of the active pulse highlight.
+Only applies when `pulsar-pulse' is non-nil."
   :type 'number
   :group 'pulsar)
 
 (defcustom pulsar-iterations pulse-iterations
-  "Number of iterations in a pulse highlight."
+  "Number of iterations in a pulse highlight.
+Only applies when `pulsar-pulse' is non-nil."
   :type 'number
   :group 'pulsar)
 



reply via email to

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