summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-25 21:32:47 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-25 21:32:47 -0700
commit7786fad27c27cf14e6ca58aafb9bdbb9a2e952c5 (patch)
tree3d98c8e213134a5f03b19a90cc845483df8a0ce3 /doc
parent9361f3b252d9772c446abedf81e817e983b954e2 (diff)
[#1718] Update a variable name in the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index 7e559f9e..45328df9 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -75,7 +75,7 @@ make the hidden buffers visible. They'll always be visible in
* Change the result prefix for interactive evaluation (by default it's `=> `):
```el
-(setq cider-interactive-eval-result-prefix ";; => ")
+(setq cider-eval-result-prefix ";; => ")
```
To remove the prefix altogether just set it to an empty string(`""`).