[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/do-at-point 90d1791961 20/44: Remove partial sentence f
From: |
ELPA Syncer |
Subject: |
[elpa] externals/do-at-point 90d1791961 20/44: Remove partial sentence from 'do-at-point-quick-bindings' docstring |
Date: |
Fri, 25 Aug 2023 18:57:47 -0400 (EDT) |
branch: externals/do-at-point
commit 90d17919619f95835bd373de98396803025339c7
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>
Remove partial sentence from 'do-at-point-quick-bindings' docstring
---
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 640338ef9d..9a28fd1107 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.18 2023/07/19 20:07:31 oj14ozun Exp
oj14ozun $
+;; Version: $Id: do-at-point.el,v 1.19 2023/07/19 20:07:52 oj14ozun Exp
oj14ozun $
;; Package-Version: 1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: convenience
@@ -144,7 +144,7 @@ structure of the values of this user option."
(defcustom do-at-point-quick-bindings t
"Non-nil means that quick bindings are enabled.
Quick bindings allow for the user to operate on a selection
-without having to have confirmed the first. This might interfere with "
+without having to have confirmed the first."
:type 'boolean)
(defvar-local do-at-point-local-actions '()
- [elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions, (continued)
- [elpa] externals/do-at-point ffa78a0a54 03/44: Add 'ispell-region' to region actions, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 80ca91520b 14/44: Add 'number' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 5037c76e5f 17/44: Allow for user to be prompted for a "thing" to select, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 8f79a21ed7 02/44: Indicate default action when prompting thing, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 45abf78852 04/44: Add 'string' to 'do-at-point-actions', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1c7a75a8f9 09/44: Re-add a autoload cookie for 'do-at-point', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 363aeaea13 10/44: Refold some lines in 'do-at-point--next-thing', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 917f8de4d1 13/44: Handle things without bounds gracefully, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 8fd2e077b7 16/44: Enable quick bindings by default, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point cd0c8d9d26 18/44: Reindent buffer, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 90d1791961 20/44: Remove partial sentence from 'do-at-point-quick-bindings' docstring,
ELPA Syncer <=
- [elpa] externals/do-at-point 4a585ea1a5 22/44: Ensure 'do-at-point--overlay' as an initial value, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point f466280172 28/44: Mark 'do-at-point--actions-type' as internal, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 5c36d999aa 30/44: Reorder action variables/user-option to reflect their priority, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 1de25e7d7b 33/44: Remove duplicate newline, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 5b4ed8454e 34/44: Add write-region to region actions, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point f04fcfd90c 35/44: Improve interference avoidance between buffer local overlays, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point fedb874439 37/44: Print a message indicating C-RET to select an action, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 08928d2465 36/44: Delete overlay on leaving 'do-at-point--mode', ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point 259a1a0076 39/44: Use 'shell-command+' if available, ELPA Syncer, 2023/08/25
- [elpa] externals/do-at-point dc34b76d8c 41/44: Allow customising the face used for selection, ELPA Syncer, 2023/08/25