Skip to content

Commit 81b0112

Browse files
committed
Fix checkdoc failure.
1 parent 37eb869 commit 81b0112

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clojure-mode.el

+4-3
Original file line numberDiff line numberDiff line change
@@ -1251,9 +1251,10 @@ Place point as in `clojure--position-for-alignment'."
12511251
found))
12521252

12531253
(defun clojure--search-whitespace-after-next-sexp (&optional bound _noerror)
1254-
"Move point after all whitespace after the next sexp. Also move
1255-
past a comment, if one exists (this is only possible when the end of
1256-
the sexp coincides with the end of a line).
1254+
"Move point after all whitespace after the next sexp.
1255+
Additionally, move past a comment if one exists (this is only
1256+
possible when the end of the sexp coincides with the end of a
1257+
line).
12571258
12581259
Set the match data group 1 to be this region of whitespace and
12591260
return point.

0 commit comments

Comments
 (0)