File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ This only applies to dependencies added by `cljr-add-project-dependency'."
120
120
121
121
(defcustom cljr-use-multiple-cursors t
122
122
" If t, some refactorings use the `multiple-cursors' package.
123
- This improves interactivity of the commands. If nil, those
123
+ This improves interactivity of the commands. If nil, those
124
124
refactorings will use regular prompts instead."
125
125
:group 'cljr
126
126
:type 'boolean )
@@ -138,8 +138,8 @@ This makes `cljr-add-project-dependency' as snappy as can be."
138
138
139
139
(defcustom cljr-warn-on-eval t
140
140
" If t, warn the user before running any op that requires ASTs to be built
141
- that the project will be evaled. If this is not preferred the op will
142
- be aborted. Also effectively overrides `cljr-eagerly-build-asts-on-startup'
141
+ that the project will be evaled. If this is not preferred the op will
142
+ be aborted. Also effectively overrides `cljr-eagerly-build-asts-on-startup'
143
143
so if this is on the AST cache is not warmed at startup or after certain
144
144
operations."
145
145
:group 'cljr
You can’t perform that action at this time.
0 commit comments