We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eb869 commit 81b0112Copy full SHA for 81b0112
clojure-mode.el
@@ -1251,9 +1251,10 @@ Place point as in `clojure--position-for-alignment'."
1251
found))
1252
1253
(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).
+ "Move point after all whitespace after the next sexp.
+Additionally, move past a comment if one exists (this is only
+possible when the end of the sexp coincides with the end of a
1257
+line).
1258
1259
Set the match data group 1 to be this region of whitespace and
1260
return point.
0 commit comments