summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-25 10:17:36 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-25 10:17:36 +0300
commitafb4b2637c18136beabb8699acbac7e82a6b16b8 (patch)
treee98d32d1c863f8fa3911fc41c36a78a4f1a9d9e3 /doc
parent676a80869d769cc45e49f498bfe3a1b5a94f5427 (diff)
Improve the documentation for cider-prompt-save-files-on-cider-refresh
This also fixes the name of the defcustom.
Diffstat (limited to 'doc')
-rw-r--r--doc/miscellaneous_features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/miscellaneous_features.md b/doc/miscellaneous_features.md
index b21779bd..781b6321 100644
--- a/doc/miscellaneous_features.md
+++ b/doc/miscellaneous_features.md
@@ -145,8 +145,8 @@ and
(setq cider-refresh-show-log-buffer t)
```
-* By default, all Clojure buffers are prompted to be saved. This behaviour can be
- customized using `cider-prompt-save-file-on-refresh`.
+* By default, all modified Clojure buffers are prompted to be saved. This
+ behaviour can be customized using `cider-prompt-save-files-on-refresh`.
## Tracing function execution