From a3cc684f47bffd8e820533470f392816978dcbcb Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Mon, 2 Feb 2026 19:02:10 +0100 Subject: Mention 'do-at-point-dwim' in "Commentary" --- do-at-point.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index 6a2a210..a3c2af0 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -30,11 +30,13 @@ ;; different "actions" can be dispatched, e.g. opening a url using ;; `browse-url' or occurring a symbol at point. -;; The entry point of this package is `do-at-point'. Bind it to a -;; convenient key: +;; The main entry point of this package is `do-at-point'. Bind it to +;; a convenient key: ;; ;; (global-set-key (kbd "C-'") #'do-at-point) ;; +;; Also take a look at `do-at-point-dwim'. +;; ;; Most of the behaviour is controlled via the user option ;; `do-at-point-actions' and `do-at-point-user-actions'. A mode may ;; use `do-at-point-local-actions' to add additional things and/or -- cgit v1.0