branch: externals/do-at-point
commit a3cc684f47bffd8e820533470f392816978dcbcb
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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 6a2a210c2d..a3c2af0c45 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