emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu d3d50ad00d 67/82: Cleanup: quiet docstring width w


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu d3d50ad00d 67/82: Cleanup: quiet docstring width warning
Date: Thu, 7 Jul 2022 12:04:55 -0400 (EDT)

branch: elpa/undo-fu
commit d3d50ad00d07997c9b4da63e1c6028c284ec3661
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]