branch: externals/do-at-point
commit f175bcf780d937fd93d80eb7113d825de7eb7a9d
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Mention 'do-at-point-dwim' in README
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f76f1162ae..b9c8797fab 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,13 @@ invoking
 Usage
 -----
 
-The main and presently only entry point for this package is the
-autoloaded `do-at-point` command itself.  Bind it to a convenient key,
-for example
+The main entry point for this package is the autoloaded `do-at-point`
+command itself.  Bind it to a convenient key, for example
 
     (global-set-key (kbd "C-'") #'do-at-point)
+       
+If you are feeling lucky, you can also bind `do-at-point-dwim` to a
+convenient key (e.g. <kbd>M-.</kbd>).
 
 There are some options that users may configure.  After having have
 loaded the package consult `M-x apropos-user-option RET do-at-point-

Reply via email to