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 9127dc4 commit aaf7017Copy full SHA for aaf7017
clojure-mode.el
@@ -1093,7 +1093,7 @@ will align the values like this:
1093
(defconst clojure--align-separator-newline-regexp "^ *$")
1094
1095
(defcustom clojure-align-separator clojure--align-separator-newline-regexp
1096
- "The separator that will be passed to `align-region' when performing verical alignment."
+ "The separator that will be passed to `align-region' when performing vertical alignment."
1097
:package-version '(clojure-mode . "5.10")
1098
:type `(choice (const :tag "Make blank lines prevent vertical alignment from happening."
1099
,clojure--align-separator-newline-regexp)
0 commit comments