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

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

[nongnu] elpa/clojure-mode 6952067f78 2/3: Satisfy docstring linter


From: ELPA Syncer
Subject: [nongnu] elpa/clojure-mode 6952067f78 2/3: Satisfy docstring linter
Date: Tue, 19 Jul 2022 13:58:09 -0400 (EDT)

branch: elpa/clojure-mode
commit 6952067f78ba6c9bd1b6ccb58140a68db2883765
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>

    Satisfy docstring linter
---
 clojure-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clojure-mode.el b/clojure-mode.el
index 595ea0a0b3..d752add431 100644
--- a/clojure-mode.el
+++ b/clojure-mode.el
@@ -2502,7 +2502,8 @@ See: 
https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy";
                 "-")))))
 
 (defun clojure--convert-collection (coll-open coll-close)
-  "Convert the collection at (point) by unwrapping it an wrapping it between 
COLL-OPEN and COLL-CLOSE."
+  "Convert the collection at (point)
+by unwrapping it an wrapping it between COLL-OPEN and COLL-CLOSE."
   (save-excursion
     (while (and
             (not (bobp))



reply via email to

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