Skip to content

Commit 4af9825

Browse files
committed
clojure-align-separator: shorten docstring to satisfy test-bytecomp
In toplevel form: clojure-mode.el:1135:1: Error: custom-declare-variable `clojure-align-separator' docstring wider than 80 characters make: *** [Makefile:41: clojure-mode.elc-test] Error 1
1 parent c442aa5 commit 4af9825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clojure-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ will align the values like this:
11331133
(defconst clojure--align-separator-newline-regexp "^ *$")
11341134

11351135
(defcustom clojure-align-separator clojure--align-separator-newline-regexp
1136-
"The separator that will be passed to `align-region' when performing vertical alignment."
1136+
"Separator passed to `align-region' when performing vertical alignment."
11371137
:package-version '(clojure-mode . "5.10")
11381138
:type `(choice (const :tag "Make blank lines prevent vertical alignment from happening."
11391139
,clojure--align-separator-newline-regexp)

0 commit comments

Comments
 (0)