branch: elpa/recomplete
commit 403c646e97d92060fac8a3aabbfecf0bf6bca19f
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
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))