summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-12 00:15:27 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-12 00:15:27 -0700
commit8524dd6ba1b1d7f5112c035dac176b15cc28b6c3 (patch)
treeef9d425f5fe1ce821e8b550f394f9179f9fe29b8 /doc
parent014fb4081d24dfd0686dcc0a290577f75828957e (diff)
Tweak a bit some mentions of nil in the manual
Diffstat (limited to 'doc')
-rw-r--r--doc/caveats.md2
-rw-r--r--doc/configuration.md2
-rw-r--r--doc/installation.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/caveats.md b/doc/caveats.md
index 0cb32d0c..d4091713 100644
--- a/doc/caveats.md
+++ b/doc/caveats.md
@@ -80,6 +80,6 @@ If someone would like to tackle them, we'd be happy to provide assitance.
Because injection currently creates an override of `tools.nrepl` dependency that
Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort`
is set. Either remove the `:pedantic? :abort` setting or switch off injecting
-the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and
+the dependencies with setting `cider-inject-dependencies-at-jack-in` to `nil` and
provide the dependencies by editing your `~/.lein/profiles.clj` as described in
the [standalone REPL](#setting-up-a-standalone-repl) section.
diff --git a/doc/configuration.md b/doc/configuration.md
index 089f620a..e68fc12e 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -26,7 +26,7 @@ above allows you to override this (somewhat non-standard) behavior.
* By default, interactive commands that require a symbol (e.g. `cider-doc`) will
prompt for the symbol, with the prompt defaulting to the symbol at point. You
- can set `cider-prompt-for-symbol` to nil to instead try the command with the
+ can set `cider-prompt-for-symbol` to `nil` to instead try the command with the
symbol at point first, and only prompt if that fails (this used to be the
default behavior in older CIDER releases).
diff --git a/doc/installation.md b/doc/installation.md
index a566e64b..2d977e7e 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -71,7 +71,7 @@ used, CIDER takes care of injecting it and its other dependencies.
**`profiles.clj` or `profile.boot` don't need to be modified anymore for the above usecase!**
If you don't want `cider-jack-in` to inject dependencies automatically, set
-`cider-inject-dependencies-at-jack-in` to nil. Note that you'll have to setup
+`cider-inject-dependencies-at-jack-in` to `nil`. Note that you'll have to setup
the dependencies yourself (see the section below), just as in CIDER 0.10 and older.
If a standalone REPL is preferred, you need to invoke `cider-connect` (instead