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'."
120120
121121(defcustom cljr-use-multiple-cursors t
122122 " 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
124124refactorings will use regular prompts instead."
125125 :group 'cljr
126126 :type 'boolean )
@@ -138,8 +138,8 @@ This makes `cljr-add-project-dependency' as snappy as can be."
138138
139139(defcustom cljr-warn-on-eval t
140140 " 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'
143143 so if this is on the AST cache is not warmed at startup or after certain
144144 operations."
145145 :group 'cljr
You can’t perform that action at this time.
0 commit comments