branch: externals/do-at-point commit 1fcda9286f5a0f900d42fd9f332fcc3ff0e3a99c Author: Philip Kaludercic <philip.kaluder...@fau.de> Commit: Philip Kaludercic <philip.kaluder...@fau.de>
Reformat selection prompt --- do-at-point.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do-at-point.el b/do-at-point.el index 234cfd16de..41a2683899 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Philip Kaludercic <phil...@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)))))