We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd0919b4 commit3792e08Copy full SHA for 3792e08
clojure-mode.el
@@ -187,10 +187,10 @@ to indent keyword invocation forms.
187
location
188
0)"
189
:safe#'symbolp
190
-:type '(choice (const:tag"Same as`lisp-mode'"'always-align)
191
- (const:tag"Indent like a macro body"'always-indent)
+:type '(choice (const:tag"Same as`lisp-mode'" always-align)
+ (const:tag"Indent like a macro body" always-indent)
192
(const:tag"Indent like a macro body unless first arg is on the same line"
193
-'align-arguments))
+ align-arguments))
194
:package-version '(clojure-mode."5.19.0"))
195
196
(defcustomclojure-use-backtracking-indentt
@@ -1280,7 +1280,7 @@ preceeded by a #."
1280
(clojure-string-startnil))))))
1281
1282
(defunclojure-font-lock-escaped-chars (bound)
1283
-"Highlight\escaped chars in strings.
+"Highlight\\escaped chars in strings.
1284
BOUND denotes a buffer position to limit the search."
1285
(let ((foundnil))
1286
(while (and (not found)