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

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

[nongnu] elpa/recomplete 80361184ad 06/14: Cleanup: docstring width


From: ELPA Syncer
Subject: [nongnu] elpa/recomplete 80361184ad 06/14: Cleanup: docstring width
Date: Thu, 7 Jul 2022 12:02:21 -0400 (EDT)

branch: elpa/recomplete
commit 80361184ad8f7f549d0158010f1d56a48bd28890
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: docstring width
---
 recomplete.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/recomplete.el b/recomplete.el
index 227fdfe1dd..81db1407b1 100644
--- a/recomplete.el
+++ b/recomplete.el
@@ -82,7 +82,9 @@
 ;; Generic Functions/Macros
 
 (defmacro recomplete--with-advice (fn-orig where fn-advice &rest body)
-  "Execute BODY with advice added WHERE using FN-ADVICE temporarily added to 
FN-ORIG."
+  "Execute BODY with advice added.
+
+WHERE using FN-ADVICE temporarily added to FN-ORIG."
   `
   (let ((fn-advice-var ,fn-advice))
     (unwind-protect
@@ -345,7 +347,9 @@ Argument FN-CACHE stores the result for reuse."
 ;;;###autoload
 (defun recomplete-with-callback (fn-symbol cycle-offset)
   "Run FN-SYMBOL, chaining executions for any function in FN-GROUP.
-Argument CYCLE-OFFSET The offset for cycling words, 1 or -1 for 
forward/backward."
+
+Argument CYCLE-OFFSET The offset for cycling words,
+1 or -1 for forward/backward."
 
   ;; Default to 1 (one step forward).
   (setq cycle-offset (or cycle-offset 1))



reply via email to

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