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

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

[elpa] externals/pulsar 4dfc43a766 1/2: Update Commentary to cover minor


From: ELPA Syncer
Subject: [elpa] externals/pulsar 4dfc43a766 1/2: Update Commentary to cover minor mode setup
Date: Thu, 24 Mar 2022 12:57:59 -0400 (EDT)

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

    Update Commentary to cover minor mode setup
---
 pulsar.el | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index b393562d9b..1460e34a34 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -26,27 +26,35 @@
 ;;; Commentary:
 ;;
 ;; This is a small package that temporarily highlights the current line
-;; either on demand or after a given function is invoked.  The affected
-;; functions are defined in the user option `pulsar-pulse-functions'.
-;; 
-;; The duration of the highlight is determined by `pulsar-delay'.  The
-;; steps of the pulse effect are controlled by `pulsar-iterations'.
-;; While the applicable face is specified in `pulsar-face'.
-;; 
-;; To pulse highlight the current line on demand, use
-;; `pulsar-pulse-line'.  To highlight the current line without pulsing
-;; it, use `pulsar-highlight-line' instead.
+;; after a given function is invoked.  The affected functions are
+;; defined in the user option `pulsar-pulse-functions' and the effect
+;; takes place when either `pulsar-mode' (buffer-local) or
+;; `pulsar-global-mode' is enabled.
+;;
+;; The duration of the highlight is determined by `pulsar-delay'.  How
+;; smooth the effect is depends on `pulsar-iterations'.  While the
+;; applicable face is specified in `pulsar-face'.
+;;
+;; To disable the pulse but keep the temporary highlight, set the user
+;; option `pulsar-pulse' to nil.  The current line will remain
+;; highlighted until another command is invoked.
+;;
+;; To highlight the current line on demand, use the `pulsar-pulse-line'
+;; command.  When `pulsar-pulse' is non-nil (the default), its highlight
+;; will pulse before fading away.  Whereas the `pulsar-highlight-line'
+;; command never pulses the line: the highlight stays in place as if
+;; `pulsar-pulse' is nil.
+;;
+;; To help users differentiate between the pulse and highlight effects,
+;; the user option `pulsar-highlight-face' controls the presentation of
+;; the `pulsar-highlight-line' command.  By default, this variable is
+;; the same as `pulsar-face'.
 ;;
-;; To help users differentiate between the momentary pulse and transient
-;; highlight effects, the user option `pulsar-highlight-face' controls
-;; the presentation of the `pulsar-highlight-line' command.  By default,
-;; this that variable is the same as `pulsar-face'.
-;; 
 ;; Pulsar depends on the built-in `pulse.el' library.
 ;;
 ;; Why the name "pulsar"?  It sounds like "pulse" and is a recognisable
-;; word.  Though if you need a backronym, consider "Pulsar
-;; Unquestionably Luminates, Strictly Absent the Radiation".
+;; word.  Though if you need a backronym, consider "Pulsar Unquestionably
+;; Luminates, Strictly Absent the Radiation".
 
 ;;; Code:
 



reply via email to

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