summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-25 12:43:18 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-25 12:43:18 +0300
commit54b5250efd090836347c531f240c0b57d45b3589 (patch)
treef0adcb7cf13259fdc9752ea19c83ee3fb62ec1fd /doc
parentf42b26202fb8ae2df32f31e8a6ac93e697c48ae6 (diff)
Rename `cider-prompt-save-files-on-refresh` to `cider-save-files-on-refresh`
This also adjusts its supported values accordingly - the default now is `'prompt` and `'always-save` is now simply `t`.
Diffstat (limited to 'doc')
-rw-r--r--doc/miscellaneous_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/miscellaneous_features.md b/doc/miscellaneous_features.md
index 781b6321..dc38cf01 100644
--- a/doc/miscellaneous_features.md
+++ b/doc/miscellaneous_features.md
@@ -146,7 +146,7 @@ and
```
* By default, all modified Clojure buffers are prompted to be saved. This
- behaviour can be customized using `cider-prompt-save-files-on-refresh`.
+ behaviour can be customized using `cider-save-files-on-refresh`.
## Tracing function execution