branch: externals/pulsar
commit d654e552f04a633f2a8d50d9ae72be0bd2e78ace
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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