summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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(`""`).