Skip to content

Commit 2477b13

Browse files
mikepjbbbatsov
authored andcommitted
1 parent 16a889a commit 2477b13

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
@@ -1488,7 +1488,7 @@ This function also returns nil meaning don't specify the indentation."
14881488
;; Preserve useful alignment of :require (and friends) in `ns' forms.
14891489
((and function (string-match "^:" function))
14901490
(clojure--normal-indent last-sexp :always-align))
1491-
;; This is should be identical to the :defn above.
1491+
;; This should be identical to the :defn above.
14921492
((and function
14931493
(string-match "\\`\\(?:\\S +/\\)?\\(def[a-z]*\\|with-\\)"
14941494
function)

0 commit comments

Comments
 (0)