branch: elpa/undo-fu
commit 17fc25be69c06225b5b74f65e7ff6c212919bd3f
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: clarify defcustom docstring
Replace vague "reduced functionality" with specific behavior:
redo runs without constraints when a selection exists.
---
undo-fu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu.el b/undo-fu.el
index 235d59633ed..87ea322daf1 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -45,7 +45,7 @@
(defcustom undo-fu-allow-undo-in-region nil
"When non-nil, use `undo-in-region' when a selection is present.
Otherwise `undo-in-region' is never used, since it doesn't support `undo-only',
-causing undo-fu to work with reduced functionality when a selection exists."
+causing redo to run without constraints when a selection exists."
:type 'boolean)
(defcustom undo-fu-ignore-keyboard-quit nil