branch: externals/pulsar commit e81d0e26cd32e0a52b7b830bbfac466c4780ffae Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak a comment about the goggles package --- pulsar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar.el b/pulsar.el index 63cf6bdee0..9453daf730 100644 --- a/pulsar.el +++ b/pulsar.el @@ -552,7 +552,7 @@ Also check `pulsar-global-mode'." (defvar-local pulsar--pulse-region-changes nil) -;; This feature is heavily inspired by @minad's `goggles' package. +;; This feature is heavily inspired by Daniel Mendler's `goggles' package. (defun pulsar--after-change-function (beg end len) "`after-change-functions' hook to accumulate buffer edits. Changes are defined by BEG, END, LEN."