From 90d17919619f95835bd373de98396803025339c7 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Wed, 19 Jul 2023 20:08:58 +0000 Subject: 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 640338e..9a28fd1 100644 --- a/do-at-point.el +++ b/do-at-point.el @@ -5,7 +5,7 @@ ;; Author: Philip Kaludercic ;; Maintainer: Philip Kaludercic ;; 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 '() -- cgit v1.0