aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2022-10-13 12:14:40 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-10-13 14:26:39 +0200
commitcddc4a67579daafcf718afd8b757b95d77e01198 (patch)
tree746ff8cd66746777f799791b730e99ebada2b12c /evil-vars.el
parent298273fb8dcf5f75e9f00d8b9d8e7fcdd8f011e9 (diff)
Shorten doc-strings
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 9930390..ba12720 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -2116,7 +2116,7 @@ to `undo-redo', Evil uses commands natively available in Emacs 28."
(set-default sym value)))
(defcustom evil-visual-update-x-selection-p t
- "Whether to update the X PRIMARY selection with the current visual region automatically."
+ "Whether to update the X PRIMARY selection with the current visual region."
:type 'boolean
:group 'evil)