branch: elpa/undo-fu
commit d3d50ad00d07997c9b4da63e1c6028c284ec3661
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: quiet docstring width warning
---
undo-fu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/undo-fu.el b/undo-fu.el
index d9a531c8a5..f2463f4b1b 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -119,7 +119,9 @@ Instead, explicitly call `undo-fu-disable-checkpoint'."
;; Internal Functions/Macros
(defun undo-fu--checkpoint-disable ()
- "Disable using the checkpoint, allowing the initial boundary to be crossed
when redoing."
+ "Disable using the checkpoint.
+
+This allows the initial boundary to be crossed when redoing."
(setq undo-fu--respect nil)
(setq undo-fu--in-region nil))