Skip to content

Commit cc3a4d6

Browse files
committed
Add a missing docstring
1 parent 423c9e4 commit cc3a4d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy"
20642064
(clojure--convert-collection "#{" "}"))
20652065

20662066
(defun clojure--goto-if ()
2067+
"Find the first surrounding if or if-not expression."
20672068
(when (in-string-p)
20682069
(while (or (not (looking-at "("))
20692070
(in-string-p))

0 commit comments

Comments
 (0)