[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/do-at-point b63e279932 1/2: Note inspirations in "Comme
From: |
ELPA Syncer |
Subject: |
[elpa] externals/do-at-point b63e279932 1/2: Note inspirations in "Commentary" section |
Date: |
Fri, 22 Sep 2023 06:57:56 -0400 (EDT) |
branch: externals/do-at-point
commit b63e279932a799e6177a644dc4a2dfc4d9d6f089
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Note inspirations in "Commentary" section
---
do-at-point.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/do-at-point.el b/do-at-point.el
index 25bad6f61e..ae6a5e4623 100644
--- a/do-at-point.el
+++ b/do-at-point.el
@@ -40,6 +40,8 @@
;; use `do-at-point-local-actions' to add additional things and/or
;; actions.
+;; Inspired by Embark and `isearch-forward-thing-at-point'.
+
;;; Code:
(eval-when-compile (require 'pcase))