summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2026-02-02 19:02:10 +0100
committerPhilip Kaludercic <philipk@posteo.net>2026-02-02 19:02:10 +0100
commita3cc684f47bffd8e820533470f392816978dcbcb (patch)
tree8748ed47ad8cf03583aea8db2d5deeda8f99b112
parent09c07ad5703573ffb3b0f301193b3cd571090b24 (diff)
Mention 'do-at-point-dwim' in "Commentary"
-rw-r--r--do-at-point.el6
1 files 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