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 16a889a commit 2477b13Copy full SHA for 2477b13
clojure-mode.el
@@ -1488,7 +1488,7 @@ This function also returns nil meaning don't specify the indentation."
1488
;; Preserve useful alignment of :require (and friends) in `ns' forms.
1489
((and function (string-match "^:" function))
1490
(clojure--normal-indent last-sexp :always-align))
1491
- ;; This is should be identical to the :defn above.
+ ;; This should be identical to the :defn above.
1492
((and function
1493
(string-match "\\`\\(?:\\S +/\\)?\\(def[a-z]*\\|with-\\)"
1494
function)
0 commit comments