diff options
| author | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-08-08 09:06:53 +0000 |
|---|---|---|
| committer | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-08-08 09:06:53 +0000 |
| commit | 1fcda9286f5a0f900d42fd9f332fcc3ff0e3a99c (patch) | |
| tree | 2e294ed7686be98d2814d63a6e80011e99c956fb | |
| parent | fedb874439fe5121f378920ed3afcc6979335813 (diff) | |
Reformat selection prompt
| -rw-r--r-- | do-at-point.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/do-at-point.el b/do-at-point.el index 234cfd1..41a2683 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <philipk@posteo.net> ;; Maintainer: Philip Kaludercic <philipk@posteo.net> ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/do-at-point.el -;; Version: $Id: do-at-point.el,v 1.36 2023/08/02 15:40:43 oj14ozun Exp oj14ozun $ +;; Version: $Id: do-at-point.el,v 1.37 2023/08/08 06:55:26 oj14ozun Exp oj14ozun $ ;; Package-Version: 1 ;; Package-Requires: ((emacs "26.1")) ;; Keywords: convenience @@ -269,7 +269,7 @@ value of the function is always the new \"thing\"." (let ((default (cadar (do-at-point--actions thing)))) (message (substitute-command-keys - "Act on `%s' (%s by default). Select using \\[do-at-point-confirm*]") + "Act on `%s' (%s by default), select using \\[do-at-point-confirm*].") thing default)) (unless no-update (do-at-point--update))))) |
