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 4f45cdf commit f7b2fa6Copy full SHA for f7b2fa6
clojure-mode.el
@@ -1307,7 +1307,7 @@ symbol properties."
1307
'clojure-indent-function)
1308
(get (intern-soft (match-string 1 function-name))
1309
'clojure-backtracking-indent)))
1310
- ;; indent symbols starting if, when, ...
+ ;; indent symbols starting with if, when, ...
1311
;; such as if-let, when-let, ...
1312
;; like if, when, ...
1313
(when (string-match (rx string-start (or "if" "when" "let" "while") (syntax symbol))
0 commit comments