We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c442aa5 commit 4af9825Copy full SHA for 4af9825
clojure-mode.el
@@ -1133,7 +1133,7 @@ will align the values like this:
1133
(defconst clojure--align-separator-newline-regexp "^ *$")
1134
1135
(defcustom clojure-align-separator clojure--align-separator-newline-regexp
1136
- "The separator that will be passed to `align-region' when performing vertical alignment."
+ "Separator passed to `align-region' when performing vertical alignment."
1137
:package-version '(clojure-mode . "5.10")
1138
:type `(choice (const :tag "Make blank lines prevent vertical alignment from happening."
1139
,clojure--align-separator-newline-regexp)
0 commit comments