Skip to content

Commit f7b2fa6

Browse files
committed
Fix a typo
1 parent 4f45cdf commit f7b2fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ symbol properties."
13071307
'clojure-indent-function)
13081308
(get (intern-soft (match-string 1 function-name))
13091309
'clojure-backtracking-indent)))
1310-
;; indent symbols starting if, when, ...
1310+
;; indent symbols starting with if, when, ...
13111311
;; such as if-let, when-let, ...
13121312
;; like if, when, ...
13131313
(when (string-match (rx string-start (or "if" "when" "let" "while") (syntax symbol))

0 commit comments

Comments
 (0)