branch: externals/pulsar commit d0c41eb30ec2a6bc50261cef31a97967bb105232 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Reword the pulsar-inhibit-hidden-buffers doc string --- pulsar.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pulsar.el b/pulsar.el index 1ad40ce821..49a8894dbd 100644 --- a/pulsar.el +++ b/pulsar.el @@ -197,11 +197,10 @@ enabling Pulsar to respect `tab-bar-new-tab' alias `tab-new'." (defcustom pulsar-inhibit-hidden-buffers t "When non-nil, `pulsar-mode' will not be enabled in hidden buffers. -Hidden buffers are those with names that start with a space character. - -This handles cases such as: -`eldoc' buffers in `special-mode'; e.g., \" *eldoc*\" -or `diff-hl-mode` buffers; e.g., \" *diff-hl-diff*\"." +Hidden buffers are those whose name starts with a space character. They +are not meant to be touched by the user, so pulsing in them is not +necessary. This option is provided in case there is some scenario where +pulsing makes sense." :type 'boolean :package-version '(pulsar . "1.2.0") :group 'pulsar)