Skip to content

Commit

Permalink
Tweak a couple of docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 16, 2021
1 parent 9dcc50d commit 7a5450c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This only applies to dependencies added by `cljr-add-project-dependency'."

(defcustom cljr-use-multiple-cursors t
"If t, some refactorings use the `multiple-cursors' package.
This improves interactivity of the commands. If nil, those
This improves interactivity of the commands. If nil, those
refactorings will use regular prompts instead."
:group 'cljr
:type 'boolean)
Expand All @@ -138,8 +138,8 @@ This makes `cljr-add-project-dependency' as snappy as can be."

(defcustom cljr-warn-on-eval t
"If t, warn the user before running any op that requires ASTs to be built
that the project will be evaled. If this is not preferred the op will
be aborted. Also effectively overrides `cljr-eagerly-build-asts-on-startup'
that the project will be evaled. If this is not preferred the op will
be aborted. Also effectively overrides `cljr-eagerly-build-asts-on-startup'
so if this is on the AST cache is not warmed at startup or after certain
operations."
:group 'cljr
Expand Down

0 comments on commit 7a5450c

Please sign in to comment.