diff options
| author | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-19 20:08:58 +0000 |
|---|---|---|
| committer | Philip Kaludercic <philip.kaludercic@fau.de> | 2023-07-19 20:08:58 +0000 |
| commit | 90d17919619f95835bd373de98396803025339c7 (patch) | |
| tree | 7646aaba0863796f579917d568792ac1d9105bb6 | |
| parent | bfe1d53b31c19d72328d6baefca3ea8d7d81b9a9 (diff) | |
Remove partial sentence from 'do-at-point-quick-bindings' docstring
| -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 640338e..9a28fd1 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 '() |
