Skip to content

Commit 7a5450c

Browse files
committed
Tweak a couple of docstrings
1 parent 9dcc50d commit 7a5450c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clj-refactor.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
124124
refactorings 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

0 commit comments

Comments
 (0)