File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.
187187 location
188188 0)"
189189 :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)
192192 (const :tag " Indent like a macro body unless first arg is on the same line"
193- ' align-arguments ))
193+ align-arguments))
194194 :package-version '(clojure-mode . " 5.19.0" ))
195195
196196(defcustom clojure-use-backtracking-indent t
@@ -1280,7 +1280,7 @@ preceeded by a #."
12801280 (clojure-string-start nil ))))))
12811281
12821282(defun clojure-font-lock-escaped-chars (bound )
1283- " Highlight \e scaped chars in strings.
1283+ " Highlight \\ escaped chars in strings.
12841284BOUND denotes a buffer position to limit the search."
12851285 (let ((found nil ))
12861286 (while (and (not found)
You can’t perform that action at this time.
0 commit comments