From 612d4ad6930f00785eef1465bfc363eaf7d7dc55 Mon Sep 17 00:00:00 2001 From: Michael Bruce Date: Thu, 27 Sep 2018 16:33:29 +0100 Subject: [PATCH] Fix typo --- clojure-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clojure-mode.el b/clojure-mode.el index dfbaaf54..953d5d66 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -1488,7 +1488,7 @@ This function also returns nil meaning don't specify the indentation." ;; Preserve useful alignment of :require (and friends) in `ns' forms. ((and function (string-match "^:" function)) (clojure--normal-indent last-sexp :always-align)) - ;; This is should be identical to the :defn above. + ;; This should be identical to the :defn above. ((and function (string-match "\\`\\(?:\\S +/\\)?\\(def[a-z]*\\|with-\\)" function)