We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8c8eb commit 4f45ba9Copy full SHA for 4f45ba9
clojure-mode.el
@@ -359,7 +359,10 @@ comment, you can set the value to:
359
t))))
360
361
(defun clojure--search-comment-macro (limit)
362
- "Find comment macros and set the match data."
+ "Find comment macros and set the match data.
363
+Search from point up to LIMIT. The region that should be
364
+considered a comment is between `(match-beginning 1)'
365
+and `(match-end 1)'."
366
(let ((result 'retry))
367
(while (and (eq result 'retry) (<= (point) limit))
368
(condition-case nil
0 commit comments