File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,10 @@ to indent keyword invocation forms.
187
187
location
188
188
0)"
189
189
:safe #'symbolp
190
- :type '(choice (const :tag " Same as `lisp-mode' " ' always-align )
191
- (const :tag " Indent like a macro body" ' always-indent )
190
+ :type '(choice (const :tag " Same as `lisp-mode' " always-align)
191
+ (const :tag " Indent like a macro body" always-indent)
192
192
(const :tag " Indent like a macro body unless first arg is on the same line"
193
- ' align-arguments ))
193
+ align-arguments))
194
194
:package-version '(clojure-mode . " 5.19.0" ))
195
195
196
196
(defcustom clojure-use-backtracking-indent t
@@ -1280,7 +1280,7 @@ preceeded by a #."
1280
1280
(clojure-string-start nil ))))))
1281
1281
1282
1282
(defun clojure-font-lock-escaped-chars (bound )
1283
- " Highlight \e scaped chars in strings.
1283
+ " Highlight \\ escaped chars in strings.
1284
1284
BOUND denotes a buffer position to limit the search."
1285
1285
(let ((found nil ))
1286
1286
(while (and (not found)
You can’t perform that action at this time.
0 commit comments