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

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

[nongnu] elpa/recomplete 403c646e97 2/7: Cleanup: tweak doc-string to qu


From: ELPA Syncer
Subject: [nongnu] elpa/recomplete 403c646e97 2/7: Cleanup: tweak doc-string to quiet checkdoc warning
Date: Sat, 7 Jan 2023 19:59:39 -0500 (EST)

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

    Cleanup: tweak doc-string to quiet checkdoc warning
---
 recomplete.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recomplete.el b/recomplete.el
index 1b20da6c4a..a367edd959 100644
--- a/recomplete.el
+++ b/recomplete.el
@@ -342,8 +342,8 @@ Argument CYCLE-OFFSET The offset for cycling words,
 
 Optional argument CYCLE-INDEX-INIT The initial index to use,
 defaulting to zero (which makes sense for corrections) you may wish to set
-the value to 1 when the current symbol is included in the list
-(so as to step onto the next item)."
+the value to 1 when the current symbol is included in the list (so as to
+step onto the next item)."
 
   ;; 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]