Skip to content

Commit 4d8c8eb

Browse files
committed
Add missing space
1 parent 9144360 commit 4d8c8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ If JUSTIFY is non-nil, justify as well as fill the paragraph."
334334
(rx "#_" (* " ") (group-n 1 (not (any " "))))
335335
"Regexp matching the start of a comment sexp.
336336
The beginning of match-group 1 should be before the sexp to be
337-
marked as a comment. The end of sexp is found with
338-
`clojure-forward-logical-sexp'.
337+
marked as a comment. The end of sexp is found with
338+
`clojure-forward-logical-sexp'.
339339
340340
By default, this only applies to code after the `#_' reader
341341
macro. In order to also font-lock the `(comment ...)' macro as a

0 commit comments

Comments
 (0)